I am a new perl programmer and dont have much exprience with it. What I need to login to web site download couple of files. I checked out the documentation on LWP under "Access to protected Documents" but I could not get it to work. I would really appreciate it if some can show me a code snippet that will do described above. All I need is to login to the site. BTW, once I logged in, I need to go to the other pages in the site to get the documents. How would I keep the connection alive? Do I need to login for each download? How would I send cookies to the servet?