ほれ。
#!perl
print "Content-type: text/plain\n\n";
open (F,"/path/to/file");
print <F>;