RE: HTML::TokeParser::Simple / get_attr

2004-11-24 Thread Brian Volk
esday, November 24, 2004 6:28 AM > To: 'Beginners (E-mail)' > Subject: RE: HTML::TokeParser::Simple / get_attr > > > Brian Volk <[EMAIL PROTECTED]> wrote: > > : Hi All, > : > : I'm trying to only get the text from w/in a certain table in >

RE: HTML::TokeParser::Simple / get_attr

2004-11-24 Thread Charles K. Clarkson
Brian Volk <[EMAIL PROTECTED]> wrote: : Hi All, : : I'm trying to only get the text from w/in a certain table in : the HTML source. Right now I am getting all the text in the : source. : Here is my script I made notes in the script. : : #!/usr/bin/perl -w Always use strict. use strict

HTML::TokeParser::Simple / get_attr

2004-11-24 Thread Brian Volk
Hi All, I'm trying to only get the text from w/in a certain table in the HTML source. Right now I am getting all the text in the source. Here is my script I made notes in the script. #!/usr/bin/perl -w use HTML::TokeParser::Simple; use LWP::Simple; my $url = " http://www.kcprofes