#!/usr/bin/perl -w

print "Content-Type: text/plain\r\n\r\n";
print "hello world\n";
