$ curl -v "http://perlmonks.org/?node_id=16046&for_user=chargrill" OUTPUT: * About to connect() to perlmonks.org port 80 * Trying 66.39.54.27... * connected * Connected to perlmonks.org (66.39.54.27) port 80 > GET /?node_id=16046&for_user=chargrill HTTP/1.1 User-Agent: curl/7.13.1 (powerpc-apple-darwin8.0) libcurl/7.13.1 OpenSSL/0.9.7i zlib/1.2.3 Host: perlmonks.org Pragma: no-cache Accept: */* < HTTP/1.1 200 OK < Date: Sat, 25 Nov 2006 22:40:46 GMT < Server: Apache/1.3.29 < Transfer-Encoding: chunked < Content-Type: text/xml; charset=ISO-8859-1 Rendered by the XP XML Ticker * Connection #0 to host perlmonks.org left intact * Closing connection #0 #### $ curl -v -c ./curl.cookie "http://perlmonks.org/?" -d user=chargrill -d \ passwd=MYPASSWORD -d expires=+10yrs -d login=Login -d op=login (OUTPUT TRIMMED) #### $ curl -v -b curl.cookie "http://perlmonks.org/?node_id=16046&for_user=chargrill" OUTPUT: * About to connect() to perlmonks.org port 80 * Trying 66.39.54.27... * connected * Connected to perlmonks.org (66.39.54.27) port 80 > GET /?node_id=16046&for_user=chargrill HTTP/1.1 User-Agent: curl/7.13.1 (powerpc-apple-darwin8.0) libcurl/7.13.1 OpenSSL/0.9.7i zlib/1.2.3 Host: perlmonks.org Pragma: no-cache Accept: */* Cookie: userpass=HASHED_INFO_REMOVED < HTTP/1.1 200 OK < Date: Sat, 25 Nov 2006 22:44:38 GMT < Server: Apache/1.3.29 < Transfer-Encoding: chunked < Content-Type: text/xml; charset=ISO-8859-1 Rendered by the XP XML Ticker * Connection #0 to host perlmonks.org left intact * Closing connection #0 #### s**lil*; $*=join'',sort split q**; s;.*;grr; &&s+(.(.)).+$2$1+; $; = qq-$_-;s,.*,ahc,;$,.=chop for split q,,,reverse;print for($,,$;,$*,$/)