in reply to 405 error ( was: The Use of Use)
Catching that error might help you locate your problem a bit more. I doubt highly it's with the use of modules and the like.my $sth = $dbi->prepare( "SELECT * FROM table" ) or die DBI->errstr; $sth->execute( ) or die DBI->errstr;
|
|---|