Help for this page
open(AT, "|at now + 2 minutes") or die "..."; print AT "/....../mifuture.cgi idnumber=220\n"; close(AT) or die "..."; # non-zero exit status
fork && exit; # CGI script returns/exits right then ... sleep $seconds; process($_); }