Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
    
    # user input, decoded from UTF
    my $userinput = getAllInputAsHash({decodeUtf => 1});
    
  2. or download this
    #!/usr/bin/perl 
    
    ...
        map { $_ => decodedForSomeTypes(scalar $cgi->param($_)) } $cgi->pa
    +ram()
    };