Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re: Perl DBI to MySQL LOAD_FILE

by stevieb (Canon)
on Jan 05, 2017 at 00:35 UTC ( [id://1178970]=note: print w/replies, xml ) Need Help??


in reply to Perl DBI to MySQL LOAD_FILE

Quick thing I noticed:

'$code';

Single quotes don't interpolate a variable into its value. Try:

"$code";

...or depending on the real code:

$code;

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (7)
As of 2024-04-24 21:25 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found