Okay, I have this little hello.cgi script in the "web pages" folder with personal web sharing turned on and web sharing is configured to point to this folder. When I turn to the current IP number in my web browser i get the message "A CGI or internal server component could not complete the requested action." What am I doing wrong? #! perl -w print "Content-type: text/html\n\n"; print "Hello, world!\n"; ===== Want to unsubscribe from this list? ===== Send mail with body "unsubscribe" to macperl-request@macperl.org