Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use strict;
    use warnings;
    ...
    </body>
    </html>
    FORM
    
  2. or download this
    $VAR1 = bless( {
                     '.globals' => {
                                     # skipped
    ...
                     '.cgi_error' => '500 Bad read on POST! wanted 31, got
    + 0',
                     '.mod_perl' => 1
                   }, 'CGI::Simple' );
    
  3. or download this
    #!c:/perl/bin/perl.exe -wT
    use strict;
    
    ...
    read (STDIN, $buffer, $ENV{'CONTENT_LENGTH'});
    print "Content-type: text/plain\n\n";
    print $buffer;