blob: d16b89463552b93e0236c8673cde31ae946f344a [file] [log] [blame]
#!/usr/bin/perl -w
use CGI qw(:standard);
my $cgi = new CGI;
print "Cache-Control: no-cache, no-store\n";
print "Content-type: text/plain\n\n";
print "$ENV{\"CONTENT_TYPE\"}\n";