in reply to Fetching a table data in a HMTL file
Use LWP::Simple to download the html file, assuming you need to.
Then use HTML::TableExtract to extract the table data. If that's insufficient, then you can also use heavier parsers like HTML::Parser.
- Miller
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Fetching a table data in a HMTL file
by chrestomanci (Priest) on Mar 22, 2011 at 09:28 UTC | |
by Cicatrix (Novice) on Mar 23, 2011 at 04:37 UTC |