Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    # forkit.pl
    ...
    print "\n";
    
    # And now, do the same thing using fork()
    
  2. or download this
    foreach (@files) {
    open(EP,$_);
    ...
      }
    }
    print "\n";