The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
use strict;
use warnings;

my $r = shift;
$r->content_type('text/plain');
print "Oops, can't find the requested doc";