Perl: the Markov chain saw | |
PerlMonks |
Re^5: Perl and Mysql Queriesby soonix (Canon) |
on Jun 11, 2024 at 12:52 UTC ( [id://11159901]=note: print w/replies, xml ) | Need Help?? |
it means your DBI->connect still didn't work and so your $dbh ended up undefined, which makes $dbh->prepare meaningless, because you're ending up trying to call the "prepare" method of some undefined object instead of the "prepare" method of a database handle.
In Section
Seekers of Perl Wisdom
|
|