1 2 3 4 5 6
#!/usr/bin/env perl print "Status: 404\n", "Content-Type: text/plain\n", "\n", "send404\n";