Question on File::Find
- From: "Diana" <Diana@xxxxxxxxxxx>
- Date: Thu, 17 Aug 2006 12:48:19 GMT
Hi,
I am struggling to use File::Find module,
the issue is, I can use with defining find function with &wanted, but
not with %options, here is what I am doing
my %findoption=( bydepth=>"1" , no_chdir => "1" );
push (@All,find(\%fort,"$Location"));
thx
-D
.
- Follow-Ups:
- Re: Question on File::Find
- From: Paul Lalli
- Re: Question on File::Find
- Prev by Date: Re: ip to decimal ip and back
- Next by Date: FAQ 3.20 How can I hide the source for my Perl program?
- Previous by thread: Makefile.PL requires parameters for Sendmail::Milter
- Next by thread: Re: Question on File::Find
- Index(es):
Relevant Pages
|