Help for this page

Select Code to Download


  1. or download this
    my $limit_3 = param("limit_3");
    my $limit = param("limit");
    $limit = ($limit_3 + $limit);
    
    print $limit; # and rest of form
    
  2. or download this
    use strict;
    use CGI qw(:standard);
    ...
       end_html,
    ;