Help for this page

Select Code to Download


  1. or download this
    if($ENV{'REQUEST_METHOD'} eq 'GET') { $query=$ENV{'QUERY_STRING'} }
    elsif($ENV{'REQUEST_METHOD'} eq 'POST') {  sysread STDIN,$query,$ENV{'
    +CONTENT_LENGTH'} }
    else { print 'Unsupport method: '.$ENV{'REQUEST_METHOD'}.'!!!'; }
    
  2. or download this
    use CGI;
    
    ...
        </table>
    END
    }