in reply to $_ and nested while loops w/angle operator
my $query; while (<FH>) { if (my $i = /^"\@QUERY:(.*)"/.../^"\@ENDQUERY"/) { $query = $1, next if $i == 1; next if $i =~ /E/; print; } }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: $_ and nested while loops w/angle operator
by cLive ;-) (Prior) on Apr 06, 2004 at 00:29 UTC |