in reply to Format lines per page

Thanks for the tips. I got it to work with:
use English; use FileHandle; format_lines_per_page HANDLE 300;
If you use undef instead of 300 it will print the FORMAT_TOP after each line of output.