Re: File::Find::name output

2007-12-04 Thread Randal L. Schwartz
> "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

Re: File::Find::name output

2007-12-03 Thread reader
[EMAIL PROTECTED] (Randal L. Schwartz) writes: >> "reader" == reader <[EMAIL PROTECTED]> writes: > > reader> The output I'm getting is a relative name, and that is what I've fed > reader> the find function. But still the docu seems to indicate it will > reader> return the absolute (`complete

Re: File::Find::name output

2007-12-03 Thread Randal L. Schwartz
> "reader" == reader <[EMAIL PROTECTED]> writes: reader> The output I'm getting is a relative name, and that is what I've fed reader> the find function. But still the docu seems to indicate it will reader> return the absolute (`complete' as above) file name. No, "complete" is not "absolute"

Re: File::Find::name output

2007-12-02 Thread Tom Phoenix
On 12/2/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Near as I can tell, when looking at perldoc File::Find > when used as a variable $File::Find::name it supposed to be the > absolute filename > The output I'm getting is a relative name, and that is what I've fed > the find function. But