MySQL Forums
Forum List  »  Perl

Re: inserting into MySQL from Perl
Posted by: Bill Karwin
Date: August 17, 2006 09:17AM

That's a pretty broad question for a forum posting! :-)

Teaching you everything you need to know about Perl or the DBI module to do the task you describe is beyond the scope of a forum posting. You need to do some reading.

The standard way of using a database from Perl is a module called DBI. There's plenty of documentation, you can find it here: http://dbi.perl.org/

There are also many Perl tutorials at perlmonks.com: http://www.perlmonks.com/?node=Tutorials

Here's one tutorial titled "DBI recipes". http://www.perlmonks.com/?node_id=284436 It includes examples of inserting data into a database using DBI.

Options: ReplyQuote


Subject
Written By
Posted
Re: inserting into MySQL from Perl
August 17, 2006 09:17AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.