Quick thing I noticed:
'$code';
Single quotes don't interpolate a variable into its value. Try:
"$code";
...or depending on the real code:
$code;
In reply to Re: Perl DBI to MySQL LOAD_FILE
by stevieb
in thread Perl DBI to MySQL LOAD_FILE
by Hammer2001
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |