in reply to Command line cookies

I believe curl (the standalone program) can handle arbitrarily complex cookie scenarios.

Since it will also simulate GETs and POSTs, it's a good debugging tool.

You can also use the -H header option on GET from the (lwp?) package to send your cookie: header.
--
Mike

Edit: Thanks to jeffa for the URL for curl.