in reply to file permissions using File::NCopy

hi

This is wrong;
File::NCopy->new(u_chmod => "777")->copy($filepath,"$filename");
The u_chmod is a reference to a function so u need to pass a reference to it.
Look at the synopsis of it in cpan.

Thanks
SasiKumar