Help for this page

Select Code to Download


  1. or download this
      foreach my $param ( $cgi->param ) {
          next if ( $param !~ m/^hidden_(.+)$/ );
    ...
              # add this item
          }
      }