http://qs1969.pair.com?node_id=766513


in reply to help with some parsing

Hail and welcome to the Monastery!

Did you already take a look at WWW::Robot or WWW::Spyder?

For parsing of HTML-pages, HTML::Parser or HTML::Parser::Simple are interesting.

CountZero

A program should be light and agile, its subroutines connected like a string of pearls. The spirit and intent of the program should be retained throughout. There should be neither too little or too much, neither needless loops nor useless variables, neither lack of structure nor overwhelming rigidity." - The Tao of Programming, 4.1 - Geoffrey James

Replies are listed 'Best First'.
Re^2: help with some parsing
by AI Cowboy (Beadle) on May 27, 2009 at 21:30 UTC
    I have not, however I will take a look at the HTML parser things. Thanks much! AI Cowboy