On Sat, May 3, 2008 at 6:40 AM, Dr.Ruud <rvtol+news@isolution.nl> wrote:
snip
> $value{ $1 } = $2 while m/^(\S+)[[:blank:]]+(\S+)/mg;
>
> or even
>
> $value{ $1 } = $2 while m/^(\S+)[[:blank:]]*(\S*)/mg;
snip
Is there a reason I am missing to use [[:blank:]] over [ \t]?
--
Chas. Owens
wonkden.net
The most important skill a programmer can have is the ability to read.
Thread Previous
|
Thread Next