Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??
Don't bother trying to make this an RFC.

If you want to know how to do something in UNIX, you need to know exactly one command before you start: "man".

This lets you look up how things work in the UNIX manual pages. If you look up the "man" commmand, you'll see that if you use the -k option, you can do a keyword search on any topic you want.

Let's find out what commands might be involved in clearing the screen, shall we?

%man -k clear | grep screen clear(1) - clear terminal screen

Right: there's exactly one command, called "clear", which clears the screen.

See? If people read the UNIX FAQ, they won't need to read your little FAQ. If they're not the type to read a FAQ, writing one won't help.

If they do read the UNIX FAQ, they'll also know how to look up the man page for perl. The man page for perl points out that there is a man page for the Perl FAQ.

The Perl FAQ explictly lists the answer to the question: "How do I clear the screen".

We don't need another FAQ: we need people to read the FAQs that already exist.


In reply to Re: RFC: Draft Q & A: How to clear the screen in a perl program by Anonymous Monk
in thread RFC: Draft Q & A: How to clear the screen in a perl program by NovMonk

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



  • Are you posting in the right place? Check out Where do I post X? to know for sure.
  • Posts may use any of the Perl Monks Approved HTML tags. Currently these include the following:
    <code> <a> <b> <big> <blockquote> <br /> <dd> <dl> <dt> <em> <font> <h1> <h2> <h3> <h4> <h5> <h6> <hr /> <i> <li> <nbsp> <ol> <p> <small> <strike> <strong> <sub> <sup> <table> <td> <th> <tr> <tt> <u> <ul>
  • Snippets of code should be wrapped in <code> tags not <pre> tags. In fact, <pre> tags should generally be avoided. If they must be used, extreme care should be taken to ensure that their contents do not have long lines (<70 chars), in order to prevent horizontal scrolling (and possible janitor intervention).
  • Want more info? How to link or How to display code and escape characters are good places to start.
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (8)
As of 2024-04-25 15:08 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found