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