Help for this page

Select Code to Download


  1. or download this
    use Data::Dumper;
    (...)
    ...
    # After our callback.
    print $cookie_jar->as_string, "\n";
    print Dumper(\%{$cookie_jar});
    
  2. or download this
    use WWW::Mechanize;
    use HTTP::Cookies;
    ...
    
    print $cookie_jar->as_string, "\n";