by Bobgardenman on January 26th, 2009

Bobgardenman

Question

Help answer this question below.

When i type perl -h (commands) it flashed on the screen to fast to read

  • Like
  • Report

Answers. Showing one answer.

  • by Zaphod Beeblebrox on April 24th, 2009

    Zaphod Beeblebrox

    When you are in a unix shell, you can always use pipeslines and terminal pagers. Now, the "less" command and anonymous pipes are your friends:

    perl -h | less

    And take a look at some Wikipedia articles for more on pipes:
    http://en.wikipedia.org/wiki/Pipeline_(Unix)
    http://en.wikipedia.org/wiki/Terminal_pager

    Comments

    No comments. Post one | Permalink

Want to attach an image to your answer? Click here.

Did this answer your question? If not, then ask a new question or create a poll.

You're reading When i type perl -h (commands) it flashed on the screen to fast to read

Follow us on Facebook!

Related Ads