Sign in
apache
/
mod_perl
/
release
/
.
/
2_0_8
/
ModPerl-Registry
/
t
/
cgi-bin
/
404.pl
blob: 6c6b6d1907273f770388d07a4e352a2d14a9d917 [
file
] [
log
] [
blame
]
use
strict
;
use
warnings
;
my
$r
=
shift
;
$r
->
content_type
(
'text/plain'
);
print
"Oops, can't find the requested doc"
;