Also quick'n'dirty:
use strict; use warnings; @ARGV = <*.doc>; while ( <> ) { print scalar <> if /^Customer ID: Yes/; }
In reply to Re^2: Perl script to print Next line after Pattern Matching
by jwkrahn
in thread Perl script to print Next line after Pattern Matching
by rajkrishna89
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |