this prints the local variable, how can i adjust it to print the enitre # input line?while (<FH>) { local $/ = '# input'; if (m/1ord/) { print "$/\n";} }
In reply to Re^4: print matching lines
by Anonymous Monk
in thread print matching lines
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |