Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Why doesn Win32::NetResource work?

Win32
0
Posted

Why doesn Win32::NetResource work?

0

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

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123