cheech has asked for the wisdom of the Perl Monks concerning the following question:
The first step of my project is to write a code that will prompt the user for the desired date, and then go to a website that has historical weather data that can be downloaded.
My question is, does LWP::Simple, contain all the tools I need to automate visiting a site, sending a query for the data on the submitted date, searching for specific strings, and then downloading the necessary data and writing it to a file?
I can figure out how to get it working IF the package contains everything I need. I just want to make sure I have everything necessary for this to work because I know I won't be able to deduce that on my own in any reasonable amount of time.
Thanks again
|
|---|