
Cgi::struct::xs is the xs implementation of cgi::struct, a module for transforming cgi get/post data into intricate data structures. this is reminiscent of php's building arrays from form data, but with a perl twist.
cgi::struct::xs is fully compatible with cgi::struct, except for error messages. at the same time, it is 3-15 (5-25 with dclone disabled) times faster than original module.