Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    # Simple CGI Captcha
    ...
      </body>
    </html>
    EOT
    
  2. or download this
    [%- INCLUDE headConst.1.0 -%]
    [%- PROCESS head -%]
          <div id="pagebody">
    ...
            [% form.end %]
          </div><!-- pagebody -->
    [% PROCESS foot %]
    
  3. or download this
    #!/usr/bin/perl -T
    
    ...
       print $form->render(header => 1);
    }
    
  4. or download this
    [%- INCLUDE headConst.1.0 -%]
    [%- PROCESS head -%]
          <div id="pagebody">
    ...
            [% form.end %]
          </div><!-- pagebody -->
    [% PROCESS foot %]
    
  5. or download this
    #!/usr/bin/perl -T
    
    ...
       print $form->render(header => 1);
        print Dumper($crc_html);
    }