Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:

I want my program to store whatever the webserver sends me and send it back, to simulate an actual session with a webbrowser. I guess the webpage is sending me a bunch of cookies it wants me to return, but how do i use this? perldoc lwpcook doesnt explaing this enough (at all?) -nicmar

Originally posted as a Categorized Question.