Hello- To solve a user's request, I put together a little perl module for automating directory listings on a website. Right now it solves the problem, so I'm looking for feedback from other people who run webservers and might benefit from this module. The module is called "Sial::Dirit" and can be found under: http://www.sial.org/code/perl/ >From the README file: Dirit is a pure-perl module with the sole task of reading in directory information, then providing the caller a simple means to loop over each file in the directory. Dirit can also store directory information up in memory, so in theory is compatible with mod_perl, which would save the readdir() & stat() calls on incoming requests. You can see Dirit in use on my website at: http://www.sial.org/code/perl/ http://www.sial.org/info/ -- Jeremy Mates (206) 221-4714 Fax: 685-7301 Systems Administrator K353-B, Health Sciences Center http://www.mbt.washington.edu/ Box 357730 University of Washington Seattle, WA, 98195 ==== Want to unsubscribe from this list? ==== Send mail with body "unsubscribe" to macperl-webcgi-request@macperl.org