Close Menu
    What's Hot

    Isascii

    April 8, 2026

    unattended-upgrade

    April 8, 2026

    HTTP::Cookies::Netscape

    April 8, 2026
    Facebook X (Twitter) Instagram
    Command Linux
    • About
    • Man Pages
    • Arch Linux
    • Statistics
    • How to
      • Q&A
    • OS
      • Windows
    • Blog
      • Featured
    • MORE
      • Easter Eggs
      • IP Address
    • Write For Us
    • Contact Us
    Command Linux
    Home - man page - HTTP::Cookies::Netscape

    HTTP::Cookies::Netscape

    WillieBy WillieApril 8, 2026Updated:April 8, 2026No Comments1 Min Read
     

    NAME

    HTTP::Cookies::Netscape – access to Netscape cookies files  

    SYNOPSIS

     use LWP;
     use HTTP::Cookies::Netscape;
     $cookie_jar = HTTP::Cookies::Netscape->new(
       file => "c:/program files/netscape/users/ZombieCharity/cookies.txt",
     );
     my $browser = LWP::UserAgent->new;
     $browser->cookie_jar( $cookie_jar );
    
    
     

    DESCRIPTION

    This is a subclass of "HTTP::Cookies" that reads (and optionally writes) Netscape/Mozilla cookie files.

    See the documentation for HTTP::Cookies.  

    CAVEATS

    Please note that the Netscape/Mozilla cookie file format can’t store all the information available in the Set-Cookie2 headers, so you will probably lose some information if you save in this format.

    At time of writing, this module seems to work fine with Mozilla Phoenix/Firebird.  

    COPYRIGHT

    Copyright 2002-2003 Gisle Aas

    This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

    Willie
    • Website

    Willie has over 15 years of experience in Linux system administration and DevOps. After managing infrastructure for startups and enterprises alike, he founded Command Linux to share the practical knowledge he wished he had when starting out. He oversees content strategy and contributes guides on server management, automation, and security.

    Related Posts

    Isascii

    April 8, 2026

    unattended-upgrade

    April 8, 2026

    TR

    April 8, 2026

    URI::file

    April 8, 2026
    Top Posts

    DAEMON

    February 5, 2026

    MOUNT

    February 4, 2026

    Shell Usage Distribution – Bash Vs Zsh Vs Fish Actual Usage Data Statistics 2026

    March 12, 2026

    EXIT

    March 17, 2026
    • Home
    • Contact Us
    • Privacy Policy
    • Terms of Use

    Type above and press Enter to search. Press Esc to cancel.