in reply to Re: Using a regex function from a hash
in thread Using a regex function from a hash
Not to be picky, as the code is pretty clear (and complete!) but all those local() declarations on the functions shoould really be my() declarations, IMO... local() does not create a local variable... (Perl 5! check the docs)
best regards!
--
our $Perl6 is Fantastic;
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Using a regex function from a hash
by weingart (Acolyte) on Aug 11, 2006 at 19:46 UTC |