start page | rating of books | rating of authors | reviews | copyrights

Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: clone Chapter 17
The LWP Library
Next: Reference: credentials
 

cookie_jar

 $

ua


->cookie_jar
([$

cjar

])

Specifies the "cookie jar" object to use with the UserAgent object, or returns it if invoked with no argument. $cjar is a reference to an HTTP::Cookies object that contains client cookie data. See the HTTP::Cookies section for more information.


Previous: Reference: clone Perl in a Nutshell Next: Reference: credentials
Reference: clone Book Index Reference: credentials

Library Navigation Links

Copyright © 2001 O'Reilly & Associates. All rights reserved.