in reply to Extracting Data from an HTML table
For parsing HTML, you really should be using HTML::Parser or one of its subclasses. Sounds to me like HTML::Tokeparser or HTML::TreeBuilder would be most useful for you in this case.
Update: Or maybe HTML::TableExtract, which I hadn't heard of until I saw it mentioned in this thread :)
--
"Perl makes the fun jobs fun
and the boring jobs bearable" - me
|
|---|