Rajesh Dorairajan wrote:
>
> From: John W. Krahn [mailto:[EMAIL PROTECTED]
> >
> > This should do what you want:
> >
> > use strict;
> > use warnings;
> > use File::Find;
> > use vars qw( $dir $name );
> > *dir = *File::Find::dir;
> > *name = *File::Find::name;
> >
> > my $localdir = 'C:/docs';
>
rahn [mailto:[EMAIL PROTECTED]
> Sent: Friday, March 26, 2004 1:24 AM
> To: [EMAIL PROTECTED]
> Subject: Re: Search for a file pattern in a directory tree recursively
>
>
> Rajesh Dorairajan wrote:
> >
> > Hello All,
>
> Hello,
>
> > I went through al
Rajesh Dorairajan wrote:
>
> Hello All,
Hello,
> I went through all the documentation and previous mail posts about
> File::Find and finally decided I needed some help.
>
> I've a directory structure I need to parse. The directory contains
> subdirectories with filenames such as
>
> full094382
<[EMAIL PROTECTED]>
eweed.com> Kopie:
Thema
Hello All,
I went through all the documentation and previous mail posts about
File::Find and finally decided I needed some help.
I've a directory structure I need to parse. The directory contains
subdirectories with filenames such as
full094382.db
full483292.db
Now, I need to parse through eac