in reply to Re: Re: a WWW::Robot robot ?
in thread a WWW::Robot robot ?

Hi By accident i was looking at someone 's code who had used WWW::Robot to make it do something and his code magically worked(http://www.stonehenge.com/merlyn/WebTechniques/col42.html)

I realized that he was also using "USERAGENT => LWP::UserAgent->new," when creating an instance of the WWW::Robot. Am not sure if this really works cause i havent writtenm any more code to test for sure(am off for sleep now anyway :)) but it has taken the error message the user above was writing about which i was getting too. Hopefully this is right.