in reply to Format lines per page

The variable you are looking for is:
$= = undef; # default is 60 lines per page. ## or use English; $FORMAT_LINES_PER_PAGE = undef; ## or format_lines_per_page HANDLE undef;

--
$you = new YOU;
honk() if $you->love(perl)

Replies are listed 'Best First'.
Re^2: Format lines per page
by Anonymous Monk on Sep 22, 2014 at 21:49 UTC
    Hi, Can you please say where to use the $= = undef; ?
      Before you apply/print/output the formatting, see $=