Help for this page
$ ./script.pl start started script.pl daemon at PID 30216
$ ./script.pl status script.pl is running at PID 30216 $ ps ax | grep 30216 30216 pts/4 S 0:00 perl script.pl perform
$ telnet localhost 6669 Trying 127.0.0.1... Connected to localhost. Escape character is '^]'.
blah received: blah
$ ./script.pl stop stopped script.pl PID 30216
$ ./script.pl status script.pl is not running $ ps ax | grep 30216
#!/usr/bin/perl use warnings; ... } return $pid; }
www.com | www.net | www.org
Never Hardly ever Occasionally Fairly regularly Frequently
Results (29 votes). Check out past polls.