Help for this page
use CGI qw(:standard); $foo->list_params($CGI::Q);
package Foo; use strict; ... Dumper( \%formdata ); }