libcgi-expand-perl

Convert flat hash to nested data using tt2's dot convention
  https://metacpan.org/release/CGI-Expand
  0
  no reviews



Converts a cgi query into structured data using a dotted name convention similar to tt2. expand_cgi works with cgi.pm, apache::request or anything with an appropriate "param" method. or you can use expand_hash directly.

if you prefer to use a different flattening convention then cgi::expand can be subclassed.