|
|
| XP is just a number | |
| PerlMonks |
Re^6: filtering an arrayby prbndr (Acolyte) |
| on Sep 01, 2012 at 23:15 UTC ( #991212=note: print w/ replies, xml ) | Need Help?? |
|
perl still has a problem with this: @positions = grep $_->[1] =~ /ac/i, @positions;with the same error Use of uninitialized value in pattern match (m//)
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||