Help for this page
use CGI ':standard'; my $pid = fork; ... end_html; } else { die "Fork failed: $!\n"; } # something went wrong
fork==0 and exec 'backupprogram'; print header,start_html,'etc...'