Help for this page

Select Code to Download


  1. or download this
    my @keys = %urlparams;
    foreach my $key (@keys) {
    ...
            $input{$key} = HTML::Entities::encode($input{$key});
        };
    }