Why doesn Win32::NetResource work?
The Win32::NetResource module isn’t included in the binary distributions of Perl for Win32. You need to get the source distribution and build the module yourself (see question 1.6). Note that the Win32::NetResource module doesn’t build with all the other Win32 modules [which is probably why someone forgot to put it in the binary distributions… -ESP]. You need to open up the project file and build it separately. 9.17. Why don’t File::Find or Cwd work? [Thanks to Dave Wolfe (dwolfe@risc.sps.mot.com) for this answer. -ESP] File::Find is the Perl 5 module for directory tree recursion; find.pl and finddepth.pl are the Perl 4 versions of those functions, and have been adapted for use with the Perl for Win32 system. Cwd is used to change the working directory. The File::Find distributed with build 110 has a number of problems in the way the communication variables (i.e. $dont_use_nlink, $prune, $name, and $dir) are declared and other packages are called. File::Find also uses return values f