Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Think beyond Taint and warnings

by rob_au (Abbot)
on Sep 14, 2001 at 18:43 UTC ( [id://112434]=perlmeditation: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    
    ...
      kill 'INT', $pid;
      exit(0);
    }
    
  2. or download this
      my($pid) = `cat $HOME/program.pid`;
      if($pid =~ m{([0-9]+)}) { $pid = $1; }
      kill 'INT', $pid;
      exit(0);
    

Log In?
Username:
Password:

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

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

    No recent polls found