aravind elango wrote:
Hello,

David, thanks for the reply. I am looking to do the recursive listing of
files in a directory using Apache API.

APR::FINFO
I read through http://perl.apache.org/docs/2.0/api/APR/Finfo.html
but, am unable to find something simple(am example) to get me started.

APR::Finfo is not the module you are after. What you are after has little to do with mod_perl. As suggested File::Find and stat() is all you need. You don't need Apache API to accoplish that.


--
__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com

--
Report problems: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html
List etiquette: http://perl.apache.org/maillist/email-etiquette.html



Reply via email to