Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re: Capture the make status

by choroba (Cardinal)
on Aug 26, 2013 at 11:59 UTC ( [id://1050948]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $status = system('cd ... ; make this');
    die $? if not 0 == $status;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (9)
As of 2024-04-23 10:33 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found