http://qs1969.pair.com?node_id=139045


in reply to convert flat file to mysql -- again

I need to make to my Perl script so that it connects to and reads/writes to MySQL rather than the flatfile? -- garyj

You are looking for the documentation on DBI.
Be sure to find and read the book Programming the Perl DBI.
mkmcconn
Also find the DBI documentation for MySQL modules

  • Comment on Re: convert flat file to mysql -- again