Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re^3: Open3 and bad gut feeling : Finally

by ikegami (Patriarch)
on Sep 15, 2004 at 00:30 UTC ( [id://391034]=note: print w/replies, xml ) Need Help??

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 );
    }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://391034]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (3)
As of 2024-04-25 19:51 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found