in reply to Re^4: error catching
in thread error catching

I totally agree that raise error should be on by default... I'd rather have an eval { $sth->execute }; if ($@) { ... } where I don't want it to just die, ya know? But hey, I could just turn it on I suppose. I never remember is the main problem with that plan.

-Paul