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

Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: set_cookie Chapter 17
The LWP Library
Next: 17.3 The HTTP Modules
 

scan

 $

cjar


->scan
( \&

callback

 )

Invokes the callback subroutine for each cookie in the cookie jar. The subroutine is called with the same arguments that are given to the save method, described above. Any undefined arguments will be given the value undef .


Previous: Reference: set_cookie Perl in a Nutshell Next: 17.3 The HTTP Modules
Reference: set_cookie Book Index 17.3 The HTTP Modules