Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re^3: exit this way

by GrandFather (Saint)
on Sep 02, 2015 at 01:57 UTC ( [id://1140740]=note: print w/replies, xml ) Need Help??


in reply to Re^2: exit this way
in thread exit this way

Boiler plate code for the build scripts in our build system looks like:

package main; my $build = BuildGeneral->new(buildtype => 'release'); exit(!$build || $build->runFailed());

which often causes a double take at first glance, but accurately reflects the sense of the exit value.

Premature optimization is the root of all job security

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1140740]
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 10:09 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found