David Lowrey wrote:
> I am writing several tools to administer MP3 files on my Windows XP
> system. I wanted a GUI, so I am doing it with HTML, usind PERL CGI
> scripts to do the work.
> 
> I am looking for a PERL callable module or script that presents a
> Windows directory tree, ala Windows Fire Requestor. It would then return
> the file/directory name the user selected.
> 
> Any suggestions?

If you're using Apache, just turn Indexes on for that directory in
your .htaccess file.  If it's your home machine, you can probably
D/L it if you don't already have it from http://www.Apache.org/ .

Options Indexes
# Optional commands
IndexOptions FancyIndexing IconsAreLinks
IndexIgnore *.gif .. .htaccess

If you're stuck with IIS ...
_______________________________________________
Perl-Win32-Web mailing list
[email protected]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to