in reply to Re: File::Find Problem
in thread File::Find Problem
I guess another way to handle this (without qouting the directory name on the command line) might be: my $root_dir = join " ", @ARGV;
Until you pass a file named: two spaces or a\ttab (replace "\t" with an actual tab). Any assumptions that the program makes as to the whitespace of unquoted parameters is just asking for trouble.
--MidLifeXis
|
|---|