Here's the bare bones, snip:
#!/usr/bin/perl -w $|++; use CGI qw(:standard); print header(); print h1('howdy!'), hr(); FORK: { if($pid = fork){ }elsif (defined($pid)){ print p('i am a child!') } } print h2("that's all folks");
This prints
-justin simoni
!skazat!
In reply to Re: Re: Duplicate Output with forking
by skazat
in thread Duplicate Output with forking
by skazat
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |