in reply to Re: Reading entire file.
in thread Reading entire file.
while (<PD_FILE>){ if (/$tool_number/) $continue = 1; } if (/$end_tool/) $continue = 0; } if ($continue){ print $_; } }
while (<^(*?)$tool_number(.*)$/) {
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Reading entire file.
by cLive ;-) (Prior) on May 04, 2001 at 13:43 UTC | |
|
Re: Reading entire file.
by cLive ;-) (Prior) on May 04, 2001 at 13:28 UTC | |
by stuffy (Monk) on May 04, 2001 at 13:55 UTC |