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