Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re^3: How to portably stop processes?

by harangzsolt33 (Chaplain)
on Apr 01, 2023 at 00:51 UTC ( [id://11151402]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub CLS
    {
    ...
      $^O =~ m/LINUX/i and return print "\x1Bc\x1B[0m\x1B[3J\x1B[H\x1B[2J"
    +;
      print (($^O =~ m/DARWIN/i) ? "\x1B[3J" : ' ' x 4000);
    }
    
  2. or download this
    C:\>TASKLIST
    
    ...
    SUCCESS: The process with PID 1540 has been terminated.
    
    C:\>
    

Log In?
Username:
Password:

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

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

      No recent polls found