#!/usr/bin/perl -wT

print "Content-type: text/plain\n\n";
print "Hello World!";
