You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl@perl.apache.org by Todd Finney <tf...@boygenius.com> on 2000/11/15 17:55:20 UTC

return DONE;

Is returning DONE a Bad Thing?

thanks,
Todd


Re: return DONE;

Posted by Doug MacEachern <do...@covalent.net>.
On Wed, 15 Nov 2000, Todd Finney wrote:

> Is returning DONE a Bad Thing?

no.  might not be what you want in certain cases, but difficult to guess
what you're doing.