Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
.... .... forach my $hashkey (keys %myHash) { if($hashkey !~ /$pat/) { print "no Match $hashkey\n"; } }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: regex not working right (m//atching operator)
by Anonymous Monk on Mar 10, 2015 at 03:31 UTC | |
|
Re: regex not working right
by pme (Monsignor) on Mar 10, 2015 at 02:56 UTC |