Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:

Hello Monks: Is it possible to change the return code of a Script to the OS? Currently it returns 0, but can I change the return code value? Thanks

Replies are listed 'Best First'.
Re: Return Code
by Enlil (Parson) on Aug 24, 2004 at 00:35 UTC
    Have a look at exit

    HTH

    -enlil