in reply to Re^3: print matching lines
in thread print matching lines
while (<FH>) { local $/ = '# input'; if (m/1ord/) { print $/, $_; } }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: print matching lines
by ysth (Canon) on Jul 11, 2005 at 01:08 UTC | |
|
Re^5: print matching lines
by CountZero (Bishop) on Jul 10, 2005 at 22:44 UTC |