In article <[EMAIL PROTECTED]>, David Wheeler 
<[EMAIL PROTECTED]> wrote:

> On Thursday, August 29, 2002, at 09:48  PM, Dan Sugalski wrote:
> 
> > Right, which is why I'd call it like:
> >
> >   if (!do_script_thingie()) {
> >   print $some_error_message_or_other, $@, "\n";
> >   next;
> >   }
> 
> Over and over again for every function call?

shouldn't the application programmer get to decide that?  the module
doesn't know enough about what the programmer is doing to make
those sorts of decisions.

Reply via email to