--- "McCollum, Frank" <[EMAIL PROTECTED]> wrote:
> Does anyone know where to find resources on parsing textual content out of
> an HTML page?  I am trying to grab values out of a table on a website.  I
> can grab the table, but I am having trouble grabbing the actual values from
> it...

Frank,

You're looking for HTML::TableExtract.  That does *exactly* what you're asking for :)

http://theoryx5.uwinnipeg.ca/mod_perl/cpan-search?dist=HTML-TableExtract-1.07

Cheers,
Curtis "Ovid" Poe

=====
"Ovid" on http://www.perlmonks.org/
Someone asked me how to count to 10 in Perl:
push@A,$_ for reverse q.e...q.n.;for(@A){$_=unpack(q|c|,$_);@a=split//;
shift@a;shift@a if $a[$[]eq$[;$_=join q||,@a};print $_,$/for reverse @A

__________________________________________________
Do You Yahoo!?
Check out Yahoo! Shopping and Yahoo! Auctions for all of
your unique holiday gifts! Buy at http://shopping.yahoo.com
or bid at http://auctions.yahoo.com

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to