in reply to Re: Tl::MainLoop() catch errors
in thread Tl::MainLoop() catch errors
eval { my $dbh = DBI->connect("bad stuff here")...|| die "dead"; } if($@) { print "ERROR" }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Tl::MainLoop() catch errors
by rjray (Chaplain) on Feb 20, 2002 at 05:40 UTC | |
|
Re: Re: Re: Tl::MainLoop() catch errors
by rinceWind (Monsignor) on Feb 20, 2002 at 11:14 UTC |