Help for this page

Select Code to Download


  1. or download this
    <input type=Submit value="This doesn't have a value">
    <input type=Submit name=Submit value="This one has a value">
    
  2. or download this
    use CGI;
    CGI::ReadParse(*in);