in reply to Re^2: Variable interpolation in a file to be read in
in thread Variable interpolation in a file to be read in
quote() is evil. Well, not exactly, but using quote() manually causes more trouble than it is worth. Always use placeholders and you never again have to think about quoting values for SQL statements. Plus, DBI, DBD or database can cache prepared statements for better application performance.
Alexander
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^4: Variable interpolation in a file to be read in
by runrig (Abbot) on Oct 06, 2011 at 18:33 UTC | |
by afoken (Chancellor) on Oct 06, 2011 at 20:21 UTC | |
by runrig (Abbot) on Oct 06, 2011 at 22:02 UTC |