Help for this page

Select Code to Download


  1. or download this
    use warnings;
    use strict;
    ...
    }
    
    print "last line of program\n";
    
  2. or download this
    child
    this should print once
    parent
    last line of program
    this should print once
    
  3. or download this
    parent
    child
    
  4. or download this
    child
    parent
    last line of program
    this should print once