in reply to How to keep the state of a drop down select box in perl

Well, I ended up doing a search of file contents to find cookie documentation. It's not in LWP nor in lwpcook. Instead, it's in the documentation for HTTP::Cookie and LWP::UserAgent (offsite links to search.cpan.org). The documentation is short on examples, but it should be enough to get you started.
  • Comment on Re: How to keep the state of a drop down select box in perl