in reply to normal array exists question
for my $key ( keys %hash ) { if ( first { $_ eq $key } @array ) { # match logic } else { # no match logic } }
Cheers - L~R
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: normal array exists question
by JanneVee (Friar) on Jul 21, 2004 at 18:27 UTC | |
by Limbic~Region (Chancellor) on Jul 21, 2004 at 19:34 UTC | |
Re^2: normal array exists question
by Anonymous Monk on Jul 22, 2004 at 07:08 UTC |