in reply to Re: CGI to Pull links off webpage fails on second run
in thread CGI to Pull links off webpage fails on second run

I have disabled images and selected the option to refuse cookies (and have done so) for this page. I am still able to access repeatedly through the browser.

I assume my LWP is only supplying the default value for the browser since i do not yet know how to specify otherwise. Do you have easy access to the code to do that? If not I can go find out myself and test it.

thanks for the feedback. update: just got the code. I will go try it.

  • Comment on Re: Re: CGI to Pull links off webpage fails on second run

Replies are listed 'Best First'.
Re: Re: Re: CGI to Pull links off webpage fails on second run
by The Mad Hatter (Priest) on Apr 10, 2003 at 21:35 UTC
    To set the useragent:
    $ua->agent("foo/0.42");