Help for this page
use strict; use warnings; ... print "FIRST\n"; fork(); print "SECOND\n";
FIRST SECOND SECOND