Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re: How do you clear the screen?

by MrNobo1024 (Hermit)
on Mar 23, 2001 at 04:45 UTC ( [id://66530]=note: print w/replies, xml ) Need Help??


in reply to How do you clear the screen?

Shell out and ask the OS to do it:
system $^O eq 'MSWin32' ? 'cls' : 'clear';

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://66530]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (7)
As of 2024-04-16 11:41 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found