yeppikae has asked for the wisdom of the Perl Monks concerning the following question:

The input to the program would be a HTML file. This html file would contain only one table with 4 columns and any number of rows. There can be any thing before and after the table. I need to capture the information in these columns and store it in a database. I need a help with regular expression to do this.

Replies are listed 'Best First'.
Re: extract content from html file
by merlyn (Sage) on Mar 21, 2001 at 23:51 UTC