Clear questions and runnable code get the best and fastest answer |
|
PerlMonks |
Re: how can i also show sub foldersby Zaxo (Archbishop) |
on Nov 21, 2001 at 13:14 UTC ( [id://126740]=note: print w/replies, xml ) | Need Help?? |
First, I'd like to warn you to look above this snippet for security problems. I don't see anything here to say you run this in taint mode, or use CGI; for query parsing. You may be doing that already, which is good. File::Find is a great help in recursing through directory trees. It will do the right thing with symlinks, and can handle all the file tests you need to do. If you have many, you may want to consider a Schwartzian Transform for a case insensitive sort. Update: Re your reply:
After Compline,
In Section
Seekers of Perl Wisdom
|
|