Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re^3: Global symbol "$prepare" requires explicit package name

by soonix (Canon)
on Sep 19, 2019 at 07:48 UTC ( [id://11106362]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $sth2 = $dbh->prepare("update $what$ever");
    
  2. or download this
    my $sqltext = "update $what$ever";
    print qq(SQL query is: "$sqltext");
    $sth2 = $dbh->prepare($sqltext);
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11106362]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (3)
As of 2024-04-19 20:23 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found