>>>>> "reader" == reader  <[EMAIL PROTECTED]> writes:

reader> I was using `use Cwd 'abs_path'; at first but someone said it
reader> shouldn't be necessary... turns out it is, unless user gives absolute
reader> names to File::Find.  Apparently because File::Find cds to source
reader> directories to do its work.

Yes, so *during* the wanted(), you use $_.  *after* the wanted, you
use $File::Find::name.  That's the rule, and it's worked this far. :)

-- 
Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
<[EMAIL PROTECTED]> <URL:http://www.stonehenge.com/merlyn/>
Perl/Unix/security consulting, Technical writing, Comedy, etc. etc.
See PerlTraining.Stonehenge.com for onsite and open-enrollment Perl training!

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to