Cheers,#!/usr/bin/perl use strict; use warnings; use CGI qw(:all); use Proc::Fork; parent { print header; my $child_pid = shift; print "child [$child_pid] is sleeping."; } child { sleep 20; };
In reply to Forking via CGI by rsiedl
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |