in reply to Re: 'Permission Denied' error from File::Find
in thread 'Permission Denied' error from File::Find

Are you sure? It seemed to work for me:
C:\>perl my $x = 'c:\my_dir'; print "'$x'\n"; ^Z 'c:\my_dir' C:\>perl -v This is perl, v5.8.0 built for MSWin32-x86-multi-thread

jdporter
The 6th Rule of Perl Club is -- There is no Rule #6.