Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re: ppk

by merlyn (Sage)
on Apr 18, 2005 at 02:16 UTC ( [id://448716]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
                      $b =~m/^\s*\w+\s+(\d+)\s+/o;
                      my $b_pid = $1;
    
  2. or download this
       my @args = ("kill", "-9", $2);
    
  3. or download this
    m/^\s*\w+\s+(\d+)\s+/o
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (3)
As of 2024-04-24 04:46 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found