in reply to Re: Redirection
in thread Redirection

This is a good technique but remember that some hosts do not return head requests at all and others don't return requests made by the generic agent name in LWP::Simple. It's not a long list of hosts but it happens. So, if you're having problems, also try a get() and if that's still not it, try LWP::UserAgent and define your own agent name.

The previous example is much easier though.

Replies are listed 'Best First'.
Re: Re: Re: Redirection
by Kedos (Initiate) on Apr 15, 2003 at 10:23 UTC
    I have just spoken to my webhoster (im just using Telewest's Advanced Web Service) and they dont have the perl module installed and it doesnt look like they are going to get it installed...is there any way i can use the module code in the actual orginal script, ie merge the two into one .pl script? (i presume there is just with my attempts it came up with a 500 error)