Help for this page
my $q = new CGI; ... for ( $q->param() ) { $conf{$_} = $q->param($_); }
$conf{'var_name'} = $q->param('var_name');