Help for this page

Select Code to Download


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