Help for this page

Select Code to Download


  1. or download this
    =item do_pipe_command
    
    ...
        }
        $subdir;
    }
    
  2. or download this
    Running gunzip -c Cache-Repository-0.01.tar.gz | tar -xvf -
    Running: gunzip -c Cache-Repository-0.01.tar.gz | tar -xvf -
    ...
    operable program or batch file.
    Use of uninitialized value in string eq at e:/perl5.8.0/lib/File/Spec/
    +Unix.pm line
     77.
    
  3. or download this
    sub do_pipe_command
    {
    ...
        require IPC::Open3;
        my $pid = IPC::Open3::open3($wtr, $_[0], undef, @cmd);
    }