in reply to How do I write NT perl script to search mult. dirs and output to a file?
Learn to use File::Find to search for the files and open a file in write mode and print to the filehandle any results that you have found.
I have, on more than one occassion, rewritten a fellow Monks code from the ground up -- provided they show that they have put some effort into it. I don't write code for people who don't post code. If you have any sample code to post, do so and we'll take a look at it and see what we can do to help.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: How do I write NT perl script to search mult. dirs and output to a file?
by Anonymous Monk on Dec 26, 2001 at 21:14 UTC | |
|
Re: Re: How do I write NT perl script to search mult. dirs and output to a file?
by rallen11 (Initiate) on Dec 26, 2001 at 22:28 UTC | |
by Ovid (Cardinal) on Dec 26, 2001 at 22:50 UTC | |
by rallen11 (Initiate) on Jan 02, 2002 at 20:40 UTC | |
by rallen11 (Initiate) on Jan 02, 2002 at 21:05 UTC | |
by Rich36 (Chaplain) on Dec 26, 2001 at 23:22 UTC |