Help for this page

Select Code to Download


  1. or download this
    sub CLOSE {
        undef $_[0];
    }
    
  2. or download this
        print "LOOP DONE\n";
        close $out;
        close $err;
        $p->close();
    
  3. or download this
    # my $p = ProcOpen::procopen(\$in, \$out, \$err, "c:\\perl\\bin\\perl.
    +exe", "testpipe.pl");
    
      my $p = ProcOpen::procopen(\$in, \$out, \$err, $^X, "testpipe.pl");