Help for this page

Select Code to Download


  1. or download this
    
    
    ...
          $FORM{$name} = $value;
       }
    }
    
  2. or download this
    use strict;
    use CGI qw(:standard);
    ...
          $FORM{$name} = $value;
       }
    }