Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re: Error when using system("clear") command

by regexes (Hermit)
on Jul 17, 2007 at 12:05 UTC ( [id://627009]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    if($version eq "XP")
        {
    ...
            $|=1;
            system("wmdist -e $input WAITING > XP_waiting.txt");
        }
    
  2. or download this
    system("cls");
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (4)
As of 2024-04-24 18:03 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found