- or download this
#!/usr/bin/perl -T
...
print "ERROR: " . $dbh->errstr if $dbh->err;
print "\nCRID: $crid\n";
- or download this
#!/usr/bin/perl -T
...
__END__
- or download this
TEST: 0
CRID: 1
- or download this
$html->head;
- or download this
#$html->head;
print "Content-type: text/plain\n\n";
- or download this
<p>TEST: 0</p>
<p>CRID: 1</p>