Cookie::XS

HTTP Cookie parser in C (Please use CGI::Cookie::XS instead)
Download

Cookie::XS Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Yahoo! China EEEE Works, Alibaba Inc.
  • Publisher web site:
  • http://search.cpan.org/~agent

Cookie::XS Tags


Cookie::XS Description

HTTP Cookie parser in C (Please use CGI::Cookie::XS instead) Cookie::XS is a HTTP cookie parser in C (Please use CGI::Cookie::XS instead).SYNOPSIS use Cookie::XS; my $raw_cookie = 'foo=a phrase; haha; bar=yes, a phrase; baz=^wibble&leiyh; qux=''; my $res = Cookie::XS->parse($raw_cookie); # $res is something like: # { # 'bar' => , # 'baz' => , # 'foo' => , # 'qux' => # }; # or directly read raw cookies from the CGI environments: $res = Cookie::XS->fetch; Requirements: · Perl


Cookie::XS Related Software