in reply to Re: Problem with HEAD.. but I think can be related with DNS
in thread Problem with HEAD.. but I think can be related with DNS
Something is not working for me but I cannot find out what... I have two parts of my code: - in the first I simply check for the link if it is correct - in the second I download the file corresponding to this link In the second I adjusted the code by doing a double attempt: one using LWP (HTTP::Request->new (GET => $link)) and another using File::Fetch. With File::Fetch function the download is working but not with HTTP::RequestERROR! at test_link.pl line 85. 404 File 'reldate.txt' not found Client-Date: Thu, 20 Mar 2014 16:50:25 GMT
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Problem with HEAD.. but I think can be related with DNS
by Anonymous Monk on Mar 21, 2014 at 09:22 UTC | |
by angeloulivieri (Novice) on Mar 21, 2014 at 09:35 UTC | |
by Corion (Patriarch) on Mar 21, 2014 at 09:54 UTC | |
by angeloulivieri (Novice) on Mar 21, 2014 at 10:38 UTC |