#!/usr/bin/python print "Content-type: text/html\n\n" fh = open('/home/crew/tbryan/Web/perceps_comments.html','r') lines = fh.read() fh.close() print lines