#!/usr/bin/perl

# Test 1

print "Content-length: 8\n";
print "Content-type: text/plain\n\n";
print "Hi Brian";
exit(0);

