Help for this page
my %form_values="";
my %form_values; # just that, now it's empty # or my %form_values = (); # so that everybody knows you really wanted that
my %form_values = ("" => undef);