- or download this
#!/usr/local/bin/perl -wT
use strict;
- or download this
use CGI;
my $q = new CGI;
print $q->header;
- or download this
print "<H2 ALIGN=center>It's been sent!</H2>;
print "<HR ALIGN=center>";
print "<IMG SRC=\"http://www.iupui.edu/~webtrain/Graphics/Photos/b
+ora_bora.jpg\>";
...
- or download this
@pairs = &url_decode(split(/[&]/, $request));
while ($pairs[$r]) {
($a,$b) = split(/[=]/,$pairs[$r++]);
($name = $b) if ($a eq 'name');
($email = $b) if ($a eq 'email');
...
- or download this
$q->param('name')
$q->param('email')
...