Help for this page

Select Code to Download


  1. or download this
    my( $write, $read, $error, $pid );
                if( $is_win32 )
    ...
                    eval{ $pid = open3( $write, $read, $error, $shebang, $
    +_ ) };
                    print "here 4\n";
                }
    
  2. or download this
    here2
    here 3
    perl usr/test.pl
    
  3. or download this
    #!perl
    print "x" x 489;
    
  4. or download this
    D:\home\buu\pas>perl -le"use IPC::Open3 qw/open3/; fork; fork; print $$; open3($w, $r, $e, 'perl', 'usr/test.pl'); print <$r>"