From: Ben Bullock on
On Apr 21, 4:46 pm, "lofenee" <lofe...(a)gmail.com> wrote:
> Is there any function or module that can be used to list the content of a
> directory recursively? Like `ls -R`, but it doesn't work everywhere.

File::Find ?
From: lofenee on
"Ben Bullock" <benkasminbullock(a)gmail.com>
??????:fd72e77d-340e-482a-aedc-e2c2cd0ece53(a)x19g2000prg.googlegroups.com...
> On Apr 21, 4:46 pm, "lofenee" <lofe...(a)gmail.com> wrote:
>> Is there any function or module that can be used to list the content of a
>> directory recursively? Like `ls -R`, but it doesn't work everywhere.
>
> File::Find ?

That's it!

Thank you~


From: Ben Bullock on
On Apr 21, 4:51 pm, "lofenee" <lofe...(a)gmail.com> wrote:

> Thank you~

You might also find the following article, which contains some
examples, useful:

http://www.usenix.org/publications/login/2007-04/pdfs/blank-edelman.pdf