Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
        my $_fh_ref = shift;
        open($_fh_ref, "|sort") or die $!;
    }
    
  2. or download this
    child : yes
    parent : no
    print() on unopened filehandle FH at fork_fh.pl line 17.
    print() on unopened filehandle FH at fork_fh.pl line 18.