#!/usr/bin/perl print "Status: 404 Not Found\n"; print "Content-Type: text/html\n"; print "\n"; print "404 Not Found\n"; print "

404 Not Found

\n";