in reply to
Getting Perl to Die Gracefully
If you are just trying to terminate the program normally w/o sending an error message, you can either fall of the end of your code, or call
exit()
explicitly.
-Blake
Comment on
Re: Getting Perl to Die Gracefully
Replies are listed 'Best First'.
Re: Re: Getting Perl to Die Gracefully
by
Anonymous Monk
on Sep 13, 2001 at 16:28 UTC
Ah, That's what I was looking for. Thank you very much.
[reply]
In Section
Seekers of Perl Wisdom