Manual Pages for UNIX Darwin command on man HTTP::Cookies::Microsoft
MyWebUniversity

Manual Pages for UNIX Darwin command on man HTTP::Cookies::Microsoft

HTTP::Cookies::MicrosofUts(e3r)Contributed Perl DocumentHaTtTiPo:n:Cookies::Microsoft(3)

NAME

HTTP::Cookies::Microsoft - access to Microsoft cookies files

SYNOPSIS

use LWP;

use HTTP::Cookies::Microsoft;

use Win32::TieRegistry(Delimiter => "/");

my $cookiesdir = $Registry->

{"CUser/Software/Microsoft/Windows/CurrentVersion/Explorer/Shell Folders/Cookies"};

$cookiejar = HTTP::Cookies::Microsoft->new(

file => "$cookiesdir\\index.dat",

'delayload' => 1, );

my $browser = LWP::UserAgent->new;

$browser->cookiejar( $cookiejar );

DESCRIPTION

This is a subclass of "HTTP::Cookies" which loads Microsoft Internet Explorer 5.x and 6.x for Windows (MSIE) cookie files. See the documentation for HTTP::Cookies. MMEETTHHOODDSS The following methods are provided:

$cookiejar = HTTP::Cookies::Microsoft->new;

The constructor takes hash style parameters. In addition to the

regular HTTP::Cookies parameters, HTTP::Cookies::Microsoft

recognizes the following: delayload: delay loading of cookie data until a request is actually made. This results in faster runtime unless you use most of the cookies since only the domain's cookie data is loaded on demand. CCAAVVEEAATTSS Please note that the code DOESN'T support saving to the MSIE cookie file format. AUTHOR Johnny Lee COPYRIGHT Copyright 2002 Johnny Lee This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

perl v5.8.8 2003-10-15 HTTP::Cookies::Microsoft(3)




Contact us      |      About us      |      Term of use      |       Copyright © 2000-2019 MyWebUniversity.com ™