Help for this page
#!/usr/bin/perl -wl use strict; ... } else { sleep 3; }
#!/usr/bin/perl -wl use strict; ... $SIG{TERM} = 'IGNORE'; sleep 3; }