summaryrefslogtreecommitdiff
path: root/tests/docroot/www/send404.pl
blob: 7a8ab0e7276e15a4c2130a8a2dab6544117f040a (plain)
1
2
3
4
5
#!/usr/bin/env perl
use CGI qw/:standard/;
print header ( -status => 404
               -type   => 'text/plain' );
print ("send404\n");