Re: Search for a file pattern in a directory tree recursively

2004-03-29 Thread John W. Krahn
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'; >

RE: Search for a file pattern in a directory tree recursively

2004-03-29 Thread Rajesh Dorairajan
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

Re: Search for a file pattern in a directory tree recursively

2004-03-26 Thread John W. Krahn
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

Antwort: Search for a file pattern in a directory tree recursively / Stoting Info on hash's

2004-03-24 Thread Manfred . Beilfuss
<[EMAIL PROTECTED]> eweed.com> Kopie: Thema

Search for a file pattern in a directory tree recursively

2004-03-23 Thread Rajesh Dorairajan
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