Help for this page
print "Content-type: text/plain\n\n"; # print text file here
my $q = CGI->new(); ... print $q->header( { -type=>'text/plain' } ); # print text file here