blob: ec35198a4bcc36d841d97f128d188731b13000f2 [file] [log] [blame]
#!/usr/bin/perl -wT
use strict;
my $type = $ENV{'QUERY_STRING'};
$type =~ s/type=//;
print "Content-Type: text/$type\n\n";
print "PASS\n";