On Sat, May 3, 2008 at 6:40 AM, Dr.Ruud <[EMAIL PROTECTED]> wrote:
snip
> $value{ $1 } = $2 while m/^(\S+)[[:blank:]]+(\S+)/mg;
>
> or even
>
> $value{ $1 } = $2 while m/^(\S+)[[:blank:]]*(\S*)/mg;
snipIs 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. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/
