#!/usr/bin/perl print "Content-type: text/htmlnn"; print "Hello Worldn"; exit;
<?php echo "hello world!" ?>