![]() |
|
Keep It Simple, Stupid | |
PerlMonks |
Script to retrieve zip from internetby djaesone (Initiate) |
on Mar 20, 2006 at 00:27 UTC ( #537840=perlquestion: print w/replies, xml ) | Need Help?? |
djaesone has asked for the wisdom of the Perl Monks concerning the following question:
I am new to Perl, and using Windows. I have a script I typed from a book. The script is to perform a series of downloads of zip files from a website. When I try running it, I seem to be getting "404 Not Found" errors. Any idea why? The website is injected in the code as: $baseurl = "http://www.retrosheet.org/"; I'm not sure if the problem is with the way the website is structured, or the code, or if my command line is failing to reach the internet for some reason. Any thoughts are appreciated. Thanks!
Back to
Seekers of Perl Wisdom
|
|