in reply to Error Handling Misconception
while (eval { my $value = $object->next_val() }) { # do cool stuff } print "Error: $@\n" if($@);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Error Handling Misconception
by John M. Dlugosz (Monsignor) on Sep 04, 2003 at 14:54 UTC |