Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re^8: Stopping an HTTP::Server::Simple server

by textual (Novice)
on Jan 26, 2011 at 17:28 UTC ( [id://884390]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    package MyWebServer;
    
    ...
    }
    
    1;
    
  2. or download this
    use strict;
    use warnings;
    ...
    open( my $fh, '>', 'pid.txt' ) || die;
    print $fh $pid;
    close $fh;
    
  3. or download this
    package MyWebServer;
    
    ...
    }
    
    1;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (5)
As of 2024-04-25 17:09 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found