in reply to moving the filehandle to anyline of a file
I'd refactor that slightly to:
while ( <FH> ) { next if $_ !~ /^Confname/; ... }
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: moving the filehandle to anyline of a file
by Tanalis (Curate) on May 02, 2006 at 08:58 UTC |