Hi,
I have writtena simple file find perl script but i am getting the following 
problem
 
"Can't cd to (C:/) System Volume Information: Permission denied"
 
here is my code
 
use warnings;
use File::find;
 
sub wanted
(
if (/albd_server/)
print "$File:Find:name;
)
 
find(\&wanted, "c:\\"
 
i have checked the file permission the permission on the C: drive everything 
looks ok
Please suggest 
 
Thanks in advance
 
Manoj
 

________________________________

Reply via email to