in reply to thanks valdez
in thread setting up a perl module to replace Apache's autoindex

You are welcome :) Assuming you are working under some kind of unix, you can use this command to discover what kind of HTTP server is used:

lynx -mime_header http://www.perl.com | grep -E "^Server: "

Ciao, Valerio