Hi all. I'm writing a command-line program, and I'm including a set of instruction on how to use it. At the main menu, I have something like "To RTFM, please enter 9."

I also have

print << RTFM ...5 or 6 pages of long winded explanations RTFM print "\n\n";
As it stands, the people using this program will all be Mac users, using Terminal to run it. Is there a way to determine the # of rows in the terminal window they have running, and return the RTFM text block in a man-page style, where #rows-1 are printed to the screen, with a 'Press any key to continue' prompt at the bottom, awaiting <STDIN>?

I've tried googling and the archives here, but I think I must not be searching very well, as I am not finding anything nearly like what I want...

Thanks,
Matt


In reply to print # of lines in window? by mdunnbass

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.