in reply to Exit with a number
I think it's a holdover from shell stuff. "0" is really the non-error, non-problem exit code. All the integers indicate something that needs attention (and the messages are different by OS/environment). perldoc -f exit for more.
|
|---|