Re: array of hashes of arrays...
On Monday 15 August 2005 22.47, Ryan Perry wrote: > How can I do this correctly? > > > foreach my $col (@columns) { >my %{$col} = ( > string => "$col", > number => [EMAIL PROTECTED] > ); >push
trying to match variable names
hi group! i'm currently trying to match all variables in a file, the regex i use looks like this : m/([\$|\@|\%]\w+)/g it matches as far as i can see what i want but it also matches stuff like this : |SOMETEXT why is this? what am i doing wrong? thanks in advance daniel. -- To unsubscrib