Sign in
apache
/
mod_perl
/
release
/
.
/
2_0_8
/
ModPerl-Registry
/
t
/
cgi-bin
/
cgi.pl
blob: 8c31ba13d762bcebfa18ff8b031ffc94c22ce1d2 [
file
] [
log
] [
blame
]
use
CGI qw
/:
standard
:
html3
/;
print
header
(-
type
=>
'text/html'
);
print
b
(
"done"
);