Hi! I have a question I hope you might help me solve.
Anyway, I have a set of HTML files like this:
1.html
2.html
3.html
...
And each file has 3 sections, Title, author, and Body Text. Now my question is, is it easy to import these files into a MySQL database with the corresponding 3 fields with a Perl script? Since I can't think of any other language that would be easier. However, since I don't actually *know* Perl, I'd have to learn it. Any advice would be appreciated!