Sign in
apache
/
mod_perl
/
c56a8fd04e132ba920fedec1668dbafa3a1b71a0
/
.
/
ModPerl-Registry
/
t
/
cgi-bin
/
not_executable.pl
blob: 90de9acd4adb2311d74238276b89e4d1d82c83b0 [
file
] [
log
] [
blame
]
#!perl -w
# this test should return forbidden, since it should be not-executable
print
"Content-type: text/plain\n\n"
;
print
"ok"
;
__END__
this is some irrelevant data