in reply to PerlMonks has changed me

What's wrong with using exit at the end of a program? (How else am I supposed to return an exit code?)

Replies are listed 'Best First'.
Re^2: PerlMonks has changed me
by kwaping (Priest) on Sep 05, 2005 at 15:41 UTC
    It's great if you use it wisely, like in a situation like that. However, I was using it blindly, putting exit at the end of every program, whether I wanted (or checked) the return code or not.

    That was mostly an inside-ish joke between me and [id://blazar]. We had a bit of a discussion about that in a previous node. :)