in reply to
I need to prevent Perl from interpreting Strings
Perl is not interpreting those strings. My guess is that you need to do read about placeholders and quote in the DBI documentation.
MJD
says
"you
can't just make shit up and expect the computer to know what you mean, retardo
!
"
I run a Win32 PPM
repository
for perl
5.6.x
and
5.8.x
-- I take requests (
README
).
** The third rule of perl club is a statement of fact: pod is sexy.
Comment on
Re: I need to prevent Perl from interpreting Strings
Replies are listed 'Best First'.
Re^2: I need to prevent Perl from interpreting Strings
by
asp
(Initiate)
on Feb 11, 2005 at 05:42 UTC
Hi monks,
you are great!
I changed the double quotes into single quotes and every thing worked out fine.
Thank you very much,
Alexander
[reply]
In Section
Seekers of Perl Wisdom