in reply to script dies with 'broken pipe'-message, even in eval
with...my $retval = eval { $dbh->execute(@values); }; unless ($retval) { _db_recover(); }
eval { $dbh->execute(@values); }; if ($@) { _db_recover(); }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: script dies with 'broken pipe'-message, even in eval
by eXile (Priest) on May 25, 2004 at 17:00 UTC | |
by mifflin (Curate) on May 25, 2004 at 17:30 UTC | |
by eXile (Priest) on May 25, 2004 at 20:42 UTC | |
by mifflin (Curate) on May 25, 2004 at 21:10 UTC |