![]() |
|
Come for the quick hacks, stay for the epiphanies. | |
PerlMonks |
Re^8: UTF8 issue when getting website via LWP::UserAgent in Perlby runrig (Abbot) |
on May 12, 2016 at 15:58 UTC ( #1162878=note: print w/replies, xml ) | Need Help?? |
Did you know you're not checking the status of the connect or the prepare? And if you turn on RaiseError in the connect, you'll automatically check all DBI methods, and you won't even need the 'or die' on the execute.
In Section
Seekers of Perl Wisdom
|
|