Help for this page
#!/usr/local/bin/perl use strict; ... } else{ print "I'm the parent $ENV{foo}\n"; }
#!/usr/local/bin/perl print "I'm the child $ENV{foo}\n";