#!/usr/bin/perl print "Content-type: text/html\r\n\r\n"; print "\n"; print "Hello World!\n"; print "\n"; print "

Hello World!

\n"; print "\n"; print "\n"; exit (0); #### root@jackalope 680# ls -ld /var /var/www drwxr-xr-x 15 root root 4096 Dec 12 09:11 /var drwxr-xr-x 3 root root 4096 Dec 12 09:41 /var/www root@jackalope 681# ls -lRA /var/www /var/www: total 8 -rw-r--r-- 1 root root 45 Dec 12 09:11 index.html drwxr-xr-x 2 root root 4096 Dec 12 09:58 perl /var/www/perl: total 4 -rw-r--r-- 1 root root 232 Dec 12 09:58 hello.pl