Peri said:
Paul & Josef
Apologies if my pointer was dangling.
Just wanted to help "a" with the requirement of file path lookup given
a file name & file::find does help him towards achieving what he wants
with out the need for him to execute the system utilities.
Please correct me if I am wrong.
You are not wrong that File::Find could help the stated problem.
You are wrong in that you are not quoting any context when you are
posting your replies (see how I've quoted what you wrote above? You're
not doing that) so that no one who A) is not reading this newsgroup in
a threaded manner, or B) is using a newserver which has not yet
received the original message, has any idea what you're talking about.
You are also wrong in that File::Find would need to be downloaded via
CPAN. It is already included in the standard Perl distribution. If
you have Perl, you have File::Find. Just use it.
Paul Lalli