in reply to Comparing file contents to array values
OK. maybe thats not the way to do it.my $number_to_guess = X ; map { $_ =~ /^(\d{10})/ ; $number_to_guess == $1 and die $_ } @row ;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: simple for some
by Sihal (Pilgrim) on Nov 22, 2002 at 20:37 UTC |