in reply to Re: Builing a Recursive Directory Listing
in thread Builing a Recursive Directory Listing

I haven't looked through your code, but I just wanted to comment on your, er, comment about being "NON CPAN-module-using". You might note that File::Find is a core module (you can find the list of these in your perlmodlib perldoc). CPAN is not required to get it -- it is almost certainly included with your copy of perl itself. This is usually the thing to use, unless there is something very specific that this code does that File::Find does not. (Again, there might be, as I haven't looked at your code. But I'd be shocked if it couldn't be done with File::Find.)

Please don't take this as a personal attack against you or your code. I noticed File::Find mentioned as a "CPAN module" in another note as well, so I figured the matter might use some clarification.

Replies are listed 'Best First'.
Re: Re: Re: Builing a Recursive Directory Listing
by exussum0 (Vicar) on Dec 15, 2003 at 18:29 UTC
    You are 100% right about being able to do it w/ file find. I didn't know it was NOT cpan. Tnx for the clarification.

    I hope no one would use my code :) Being the CS person that I am, I like to explain what is going on that assuming that everyone else already doesn't. It's one of my favourite things... programemrs who think they know how things work, but really don't :)


    Play that funky music white boy..