Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by BookemS

  1. BookemS

    Problem inserting Perl into mysql

    You mean like this? $dbh->do("INSERT INTO table VALUES (?),$content"); Also, I was thinking that it wasn't working because $content actually returns 19 values that are comma separated: ie, 1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19 I want to just have it dump this into the table. Is that...
  2. BookemS

    Problem inserting Perl into mysql

    I'm pretty new to Perl (and mysql for that matter) what I want to do is create a Perl script that does web data mining and inserts it into a mysql database. I have Perl code that goes to the website using Simple::LWP and parses the data into a single variable that contains a comma-seperated...

Part and Inventory Search

Back
Top