Help for this page

Select Code to Download


  1. or download this
    foreach my $key (keys $Request->form()) {
         $Response->write("$key,");
    }
    
  2. or download this
    %$Request->form()