in reply to Re^5: $dbh could not be passed to function unless another variable is also passed
in thread $dbh could not be passed to function unless another variable is also passed
Corion: The error was Can't locate object method "prepare" via package "DBI::db=HASH(0x215bc78)" (perhaps you forgot to load "DBI::db=HASH(0x215bc78)"?)
You are right. When I removed the quotes (leaving only my $dbh = $_[0];), it works as expected.
Anyway, what exactly does ‘The solution is to not quote variables when you don't need it.’ mean? That I should quote only strings?
Thank you both!
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^7: $dbh could not be passed to function unless another variable is also passed
by hippo (Archbishop) on Aug 08, 2019 at 14:58 UTC | |
|
Re^7: $dbh could not be passed to function unless another variable is also passed
by dsheroh (Monsignor) on Aug 09, 2019 at 07:24 UTC |