Help for this page
#!/usr/bin/perl ... close MY_PID; # rest of code
#!/usr/bin/perl ... fork and exit; exec "/usr/bin/perl", "my_prog.pl"; }