#!/usr/bin/perl print "Content-type: text/html\n\n"; print "<h3>Hello, World!</h3>";
<html><h3> <?php print "Hello, World!"; ?> </h3></html>
#!/usr/bin/python print "Content-Type: text/html\n\n" print "<h3>Hello, World!</h3>"