Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Launching a launcher?

by pileofrogs (Priest)
on Aug 27, 2010 at 23:09 UTC ( [id://857785]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #! /bin/bash
    
    ...
        kill `cat /var/run/crappyserver.pid`
      ;;
    esac
    
  2. or download this
    #! /usr/bin/perl -w
    
    ...
        close($handle);
        print "Done!\n";
    }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://857785]
Approved by muba
Front-paged by ww
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (4)
As of 2024-04-19 21:23 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found