in reply to Re^5: libwww-perl basics
in thread libwww-perl basics
That produces:for my $header ($response->headers->header_field_names) { print $header, ": ", $response->header($header), "\n"; }
I can live with that for now.[...] Set-Cookie: cookiea; expires=[time]; path=/; domain=.example.comcookie +b expires=[time]; path=/; domain=.example.comcookiec expires=[time]; +path=/; domain=.example.com; HttpOnly [...]
|
|---|