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

Re: Perl DBI and mySQL

by snopal (Pilgrim)
on Feb 02, 2008 at 19:41 UTC ( [id://665763]=note: print w/replies, xml ) Need Help??


in reply to Perl DBI and mySQL

quote() is your friend.

Update:

Also, this:

qq{INSERT INTO mfa.genome ($cc) VALUES ("$vv")};

Parses out to this:

INSERT INTO mfa.gnome (field1, field2) VALUES ("value1, value2")

The quotes confuse MySQL.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (4)
As of 2024-04-25 15:18 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found