in reply to does not exist in an array
my @values = qw( bcd efg hij klm ); print "not found" unless grep { 'abc' eq $_ } @values;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: does not exist in an array
by manav (Scribe) on Mar 10, 2005 at 05:40 UTC | |
|
Re^2: does not exist in an array
by Anonymous Monk on Mar 10, 2005 at 03:20 UTC |