#! /usr/bin/perl print "Content-type: text/html\n\n"; open (i, "index.htm"); undef $/; print ; close i;