#! /usr/local/bin/perl print "Content-type: text/plain\n\n"; print "Sample plain text document\n"; exit (0);