|
|
| Pathologically Eclectic Rubbish Lister | |
| PerlMonks |
Re^6: Variable interpolation in a file to be read inby runrig (Abbot) |
| on Oct 06, 2011 at 22:02 UTC ( #930073=note: print w/ replies, xml ) | Need Help?? |
|
I've run into ODBC drivers that did not cope very well with placeholders and executing statements multiple times, substr() doesn't fix everything when you do sometimes want wildcards at the beginning of a string, and if I might have wildly varying numbers of "?" in "IN (?,?,?)" type clauses, I usually just go with quote().
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||