#!/usr/bin/perl
print ("Content-type: text/html; charset=iso-8859-1\n\n")
print ("<phtml>")
print ("<body>")
print ("Test Page generated with - Python")
print ("</body>")
print ("</html>")