|
Prev: To find a quick way to list all files in the directory(and subdirectory)
Next: FAQ 2.3 I don't have a C compiler. How can I build my own Perl interpreter?
From: Ben Bullock on 21 Apr 2008 03:48 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 21 Apr 2008 03:51 "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 22 Apr 2008 01:57
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 |