in reply to Perl Automated CSV or XML to MySQL?

Along the way you're going to discover LWP::UserAgent, WWW::Mechanize, and a few others that facilitate scraping.

You'll probably end up using a module like Text::CSV. And for your XML... there are dozens of parsers on CPAN. But there's one that looks very useful for your situation: XML::EasySQL. I've got no experience with it, but if it works as advertised... *wow*!


Dave

  • Comment on Re: Perl Automated CSV or XML to MySQL?

Replies are listed 'Best First'.
Re^2: Perl Automated CSV or XML to MySQL?
by Anonymous Monk on Sep 17, 2013 at 08:25 UTC