in reply to Problem locating Carp::Heavy
I'm pretty sure Carp::Heavy is a core module, or at least it appears to be one in my distribution (Fedora Perl 5.8.3 RPM). So it sounds like there's something screwy in your Perl installation. You might need to refresh/reinstall Perl on your system. You can also search your system for the file Carp/Heavy.pm to see if it's there, but if you do find it don't just copy it into Perl's lib directory unless you're sure it's the right version.
Of course, this is only coming into the picture because some module is trying to tell you something. So I would first try getting rid of RaiseError in your DBI call, and add
after your execute call.or die $db->errstr;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Problem locating Carp::Heavy
by Miguel (Friar) on Apr 07, 2005 at 03:06 UTC |