The source code of hello.pl :
#!/usr/bin/perl
# HTTP Header for the server: note two newlines
print "Content-type: text/html\n\n" ;
# HTML header for the browser
print "\n" ;
print "\n" ;
print " \n" ;
print " Hello\n" ;
print " \n" ;
print " \n" ;
print " Hello
\n" ;
print " Hello, and goodbye\n" ;
print " \n" ;
print "\n" ;