blob: 35398d231a6bab296ebc404e99ac6b364d5b39eb [file]
#!/usr/bin/perl
print "Content-type: text/plain\n\n";
read(STDIN, $buffer, $ENV{'CONTENT_LENGTH'});
print $buffer;
exit 0;