To find a quick way to list all files in the directory(and subdirectory)

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.
pswd [ Mo, 21 April 2008 09:46 ] [ ID #1947104 ]

Re: To find a quick way to list all files in the directory(and

On Apr 21, 4:46 pm, "lofenee" <lofe... [at] 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 ?
benkasminbullock [ Mo, 21 April 2008 09:48 ] [ ID #1947105 ]

Re: To find a quick way to list all files in the directory(and subdirectory)

"Ben Bullock" <benkasminbullock [at] gmail.com>
??????:fd72e77d-340e-482a-aedc-e2c2cd0ece53 [at] x19g2000prg.goog legroups.com...
> On Apr 21, 4:46 pm, "lofenee" <lofe... [at] 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~
pswd [ Mo, 21 April 2008 09:51 ] [ ID #1947106 ]

Re: To find a quick way to list all files in the directory(and

On Apr 21, 4:51 pm, "lofenee" <lofe... [at] 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
benkasminbullock [ Di, 22 April 2008 07:57 ] [ ID #1947999 ]
Perl » comp.lang.perl.misc » To find a quick way to list all files in the directory(and subdirectory)

Vorheriges Thema: Posting Guidelines for comp.lang.perl.misc ($Revision: 1.8 $)
Nächstes Thema: comp.lang.perl.misc charter