Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re^3: Spawned process exit status

by waswas-fng (Curate)
on Jun 23, 2005 at 16:16 UTC ( [id://469444]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Spawned process exit status
in thread Spawned process exit status

That is because it never gets to your print "EXIT VALUE.. line when there is a non 0 exit on the conf.pl script. You explicitly tell it to die and spit out the unprocessed error held in $?.
What do you think this line does? system(@args) == 0 or die "system @args failed: $?";


-Waswas

Log In?
Username:
Password:

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

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

    No recent polls found