$= or $FORMAT_LINES_PER_PAGE is number of lines to be output on each page
|
It can be changed in same way already described for $~. The Filehandle module can be invoked so that
|
$= = 66; # is equivalent to
|
format_lines_per_page FILEHANDLE 66; # if FILEHANDLE is currently selected
|
$- or $FORMAT_LINES_LEFT is the number of lines left on page for currently selected output channel
-
Reset $- to zero to force top of form
|
Note $^L or $FORMAT_FORMFEED which defaults to \f and is formfeed to use at top of page
|