Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    print "FIRST\n";
    fork();
    print "SECOND\n";
    
  2. or download this
    FIRST
    SECOND
    SECOND