mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
6 lines
358 B
Plaintext
6 lines
358 B
Plaintext
This module allows for encoding and decoding complex (multi level
|
|
datastructures) using native Query String manipulators (such as CGI.pm).
|
|
It takes complex data and turns it into a flat hashref which can then be
|
|
turned into a URI query string using URL encoding. It also takes a flat
|
|
hashref of data passed in and translates it back to a complex structure.
|