Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Get Return Value from Unix

by Noame (Beadle)
on May 01, 2008 at 09:41 UTC ( [id://683892]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    open (LOG, "> $buildLog") || die "-E- Can't open (write) the log file:
    + $buildLog\n($!)\n";
    tee(STDOUT, '>>', $buildLog);
    ...
                    &sendBuildFailure ($object);
                    close (LOG);
                exit 1;
    
  2. or download this
    tee(STDOUT, '>>', $buildLog);
    tee(STDERR, '>>', $buildLog);
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others about the Monastery: (5)
As of 2024-04-24 08:12 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found