Re: Newby syntax help request

2003-06-28 Thread =James Birkholz=
Thanks, NIck, that was exactly the problem! Now I know which parts of the book to read first! (When I slow down...) James At 02:02 PM 6/28/03, Nick Pomponio wrote: James, It's been a while since I used HTML::TableExtract, but I believe that each row from the rows() method is an array of cell va

Newby syntax help request

2003-06-28 Thread =James Birkholz=
Thanks to Rob for helping me get the correct version of HTML::Parser past the gates of PPM so I could run HTML::TableExtract. Now I can successfully extract table data on web pages, but am having trouble parsing some text for my web-crawler, since this is my first Perl cod