Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: clearChapter 17
The LWP Library
Next: Reference: load
 

extract_cookies

 $cjar->extract_cookies($response)

Searches an HTTP::Response object $response for any Set-Cookie and Set-Cookie2 headers and stores the cookie information in the cookie jar.


Previous: Reference: clearPerl in a NutshellNext: Reference: load
Reference: clearBook IndexReference: load