#!/usr/bin/perl -wT

print "Content-Type: application/xml\n\n";
print "<xml>42</xml>\n";
