Hi. I am relatively new to Perl and am writing a script that will download a certain webpage for me and search for some things that I desire. However to download this webpage properly, I need to send it my cookies (or else I won't get the correct information). Currently I am using a module named LWP::Simple that has a get function that will download a webpage for me. Unfortunately it does not use my cookies. Are there any modules that will do what I want? Just to reiterate quickly, I want to download a webpage programmatically, and to get the correct webpage when I download from the URL, I need to be able to send it my cookies.
Is there a module?
Thanks a lot.