Help help! Writer trying to program!

2005-02-23 Thread Andrew Johnson
Hello there, I wrote a script to scrape businessweek's search results. It worked fine, but now I am trying to authenticate my agent to businessweek first, before I do my search, so that my search results don't point at register pages, and so I can access the results and parse them. I

Re: Help help! Writer trying to program!

2005-02-23 Thread Andy Lester
On Wed, Feb 23, 2005 at 11:41:58AM -0500, Andrew Johnson ([EMAIL PROTECTED]) wrote: code is ghetto, but that's because I did not understand the better Perl HTML parsing modules. Go take a look at WWW::Mechanize first. Much of your parsing for links is handled for you. Also, make sure you