Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re: different between die and exit

by djp (Hermit)
on Feb 24, 2009 at 06:19 UTC ( #745909=note: print w/replies, xml ) Need Help??


in reply to different between die and exit

Also, die (by default unless caught) returns a non-zero exit status to the operating system, whereas exit (by default) returns a zero exit status.

Update: corrected as per ikegami's comment.

Replies are listed 'Best First'.
Re^2: different between die and exit
by ikegami (Patriarch) on Feb 24, 2009 at 07:18 UTC

    It makes no sense to talk of "by default" for die. There's no argument to specify the exit code, so it can't be omitted to use the default.

    Also, die always returns non-zero ($! || ($?>>8) || 255).

Log In?
Username:
Password:

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

How do I use this? | Other CB clients
Other Users?
Others chanting in the Monastery: (3)
As of 2023-09-25 15:40 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found

    Notices?