Help for this page

Select Code to Download


  1. or download this
    # RETURNS: ( $stdout, $stderr )  Both are refs to an array of lines.
    sub OSexecute {
    ...
    
        return ( \@stdout, \@stderr );
    }
    
  2. or download this
    {
       my $file_name;
    ...
          print("\n", "\n");
       }
    }
    
  3. or download this
    c:\tinyfile.txt
    ===============
    ...
    c:\biggfile.txt
    ===============
    *** HANGS ***
    
  4. or download this
    # RETURNS: ( $stdout, $stderr )  Both are refs to an array of lines.
    sub OSexecute {
    ...
    
        return ( \@stdout, \@stderr );
    }