Sorry, that's my fault. Change this line:
print $wfh if /\bterminal length\b/i .. /^\n*$/;
...to this (the only change is the addition of the default variable ($_) after the file handle variable):
print $wfh $_ if /\bterminal length\b/i .. /^\n*$/;
In reply to Re^3: download as txt and pdf
by stevieb
in thread download as txt and pdf
by ajaykannan
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |