http://www.perlmonks.org?node_id=1069535


in reply to Re: printing multiple pages
in thread printing multiple pages

Hi, Thanks for responding. I'm using a loop to walk through either once or x times, depending on the number of sheets to print. At the end of this loop, there's the '\f'. I've put it there because there are empty lines left until the end of the page. Would you recommend to use  print "\n * (number of lines left)"; instead of '\f' ?