in reply to Please help me to copy Data from html table to an access database!

Hi ijared,

In addition to reading the PerlMonks FAQ and How do I post a question effectively? I think you should familiarize yourself with HTML::TokeParser::Simple which you could use to strip the data from the table and DBI to connect to the Access database. If you need help installing modules check out Installing Modules from the tutorials section of this site.

Hope this helps

Martin
  • Comment on Re: Please help me to copy Data from html table to an access database!