• Home
  • Most Popular
  • Submit
  • About Us
  • Contact Us

Softpile

Free Downloads

Categories
  • Home
  • Most Popular
  • Communications
  • Desktop
  • Games & Entertainment
  • Graphic Apps
  • Network & Internet
  • Security & Privacy
  • System Utilities
Alternative to itextsharp 2022.11.10347
IronPDF offers an itextsharp alternative for HTML to PDF conversion with C# code examples, documentation, and ...
VShell Server for Linux and Mac 4.8
VShell is a versatile and secure file transfer server that supports multiple protocols and is compatible ...
PDF Studio PDF Editor for Linux 2022
PDF Studio is a cost-effective PDF editor that delivers full compatibility with the PDF Standard. It's ...
VQ Probe for Linux 1.5
VQ Probe is a comprehensive software tool that enables objective and subjective video quality analysis. The ...
Resilient Server 2.3
This Debian GNU/Linux (Buster) based software has a customized partitioning scheme that enhances robustness against filesystem ...
Valentina Studio for Linux 9.6
Valentina Studio is a cross-platform GUI manager for Mac, Windows, and Linux. It allows users to ...
VPN Lifeguard for Linux 1.0.58
The software monitors VPN connection and automatically terminates apps during connection loss, re-establishes the connection and ...
G_Viewer 0.84
G_Viewer is a Linux software that serves as both a file system and photo/image viewer. It ...
Checksome File Hash Tool for Linux 1.1
This software allows for the generation and verification of file hashes. It is a quick and ...
KeyWrangler Password Manager for Linux 1.2
A password management software that is secure, offline and extensible. It offers military-grade encryption to protect ...
Home Linux Cookie::XS Download

Cookie::XS

January 21, 2009
Use CGI::Cookie::XS instead of using the C-based HTTP Cookie parser. This will simplify the process of parsing cookies and save time by improving performance while consuming minimal resources.
Version 0.11
License Perl Artistic License
Platform Linux
Supported Languages English
Homepage search.cpan.org
Developed by Yahoo! China EEEE Works, Alibaba Inc.
If you are looking for a reliable HTTP cookie parser in C, you might want to give Cookie::XS a try. However, it is recommended to use CGI::Cookie::XS instead.

With Cookie::XS, you can easily parse a raw cookie string and obtain a structured result based on the key-value pairs. Here is an example of how you can use the parse method:

```
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);
```

The $res variable will hold a hash reference that contains the parsed key-value pairs as arrays. For instance, for the input above, the result would be something like this:

```
{
'bar' => [
'yes, a phrase'
],
'baz' => [
'^wibble',
'leiyh'
],
'foo' => [
'a phrase'
],
'qux' => [
''
]
}
```

Alternatively, you can directly fetch cookies from the CGI environment using the fetch method:

```
$res = Cookie::XS->fetch;
```

Overall, if you need to work with cookies in your C-based project, Cookie::XS is a solid option to consider. However, do keep in mind the recommendation to use CGI::Cookie::XS instead.
What's New

Version 0.11: N/A

Free Download 23.6K
299
  • Share on:

Most Popular

  1. Quicksilver Forums 1.4.2
    155
  2. Dvgrab 3.4
    102
  3. DynVPN 1.0
    92
  4. SlideMap 1.2.2
    82
  5. CherryTV 0.1
    81
  6. porm r2
    79
  7. Swiftfox 3.0b5pre-2
    77
  8. Java Games 1.0
    76
  9. Clewarecontrol 0.8
    75
  10. fuseftp 0.8
    74

Related Downloads

Bible in One Year
This script enables church site visitors to read through the Bible in ...
KOrganizer
KOrganizer is a scheduling and calendar software tool designed for KDE PIM ...
Ubuntu Common Hooker
Ubuntu Common Hooker is software that facilitates the installation of packages for ...
cc65
cc65 is a no-cost C compiler that supports 6502-based systems.
Skaringa
Skaringa binds Java and XML programming languages through an API, allowing for ...
dajax
Dajax is a user-friendly AJAX library designed for Django.
queues
This software provides an API for lightweight queue service interaction, aimed at ...
mxenv
mxenv is a Matlab-based language focused on efficient matrix problem-solving.
DocMgr
DOCMGR is a robust document management software that automatically indexes uploaded files. ...
gtk-im-vi
Gtk-im-vi is a software that provides two GTK+ input methods - VNI ...
Copyright © 1999-2025 Softpile Free Downloads
  • Most Popular
  • Submit
  • About Us
  • Contact Us
  • Privacy Policy
  • Disclaimer
  • Terms of Use

Can we use your data to tailor ads for you?

Our partners will collect data and use cookies for ad personalization and measurement.

By choosing "I agree", closing this pop-up or clicking on any element on the page, you agree to the use of cookies to help us provide you with a better user experience.

Learn how Softpile and our partners collect and use data.

You can change your choice at any time in our privacy center.

Cookie Settings

Our website stores four types of cookies. At any time you can choose which cookies you accept and which you refuse. You can read more about what cookies are and what types of cookies we store in our Cookie Policy.

are necessary for technical reasons. Without them, this website may not function properly.

are necessary for specific functionality on the website. Without them, some features may be disabled.

allow us to analyse website use and to improve the visitor's experience.

allow us to personalise your experience and to send you relevant content and offers, on this website and other websites.