in reply to
Format lines per page
you can set the number of lines by setting $=, the default is 60 lines, if you wanted it to print a header after say 300 lines, you just just throw a
$= = 300;
[download]
before your write statement.
Comment on
RE: Format lines per page
Download
Code
In Section
Seekers of Perl Wisdom