Re: die

David Nicol <[email protected]> Mon, 10 Oct 2005 12:44:43 -0500
Newsgroups gmane.comp.lang.perl.modules.mail-box
Message-ID <[email protected]>
> >   yes, just "at" :). very informative. so i went to this string and
> >   have found there an example of the perfect coding style which is:
> >   "sub produceBody() { die }"

This looks like an internal deprecation warning.  { confess} works better f=
or
such purposes than {die} -- or even {croak}