On 8/30/02 1:12 AM, David Wheeler 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?
<GOM>Why, when I was a boy, not only did we have to check every single
return value individually, we also usually had to invert them! And we
didn't have no new-fangled "unless()" We had to type stuff like:
if(do_it(...))
{
/* catch errors here! */
}
And we liked it, because it was all we had!</GOM>
;)
-John