#!/usr/bin/perl

($inp) = @ARGV;

print "Content-type: text/html\n\n";

print $inp;
print "\n";



