I need a simple way(I'm still learning perl) to parse through html code and extract information into a database.
The html code will just be files saved on disk. I have a crawler to extract the html code and place it in files on disk. My goal is to go through many files and have it automated to extract the data into a database.
Is there any available code to help me get started in this?