1. Don't know where the dependency comes from, but from the log you are missing the module Exporter::Heavy.
2. Declare your variables
3. use $dbh->quote($pdb) instead of '$pdb' in the sql statement
4. check for errors when preparing and executing the query