in reply to Re: File::Find, File::Spec, and full paths.
in thread File::Find, File::Spec, and full paths.
He already is using $File::Find::name. He said he wants an absolute path not just a "complete pathname." $File::Find::name is a relative path appended to the path argument supplied to the find function. So, if you provide a relative path argument, $File::Find::name will also be relative.
-sauoq "My two cents aren't worth a dime.";
|
---|