Source of: /ADI/cgi/hello.pl

#!/usr/bin/perl

         print "Content-type:text/html\n\n";

         print "<html><head><title>Test Page</title></head>\n";
         print "<body>\n";
         print "<h2>Hello, world!</h2>\n";
         print "</body></html>\n";