in reply to How do I get information from a vendors web page.
After that, you can just search for the fields you're interested in with regexes, or use something like HTML::Parser to break up the HTML and then dig for the items you care about.
If all you care about is the last updated date, I'd skip HTML::Parser and just search for it, myself.
--
Mike
|
|---|