Is there a GD module available for Perl for Win32?
Yes, a port of GD, Win32GD, is available at the following URL: ftp://ftp.activeware.com/contrib/Win32GD_v960527.zip [Anyone used this? -ESP] 9.15. Why doesn’t Fcntl work? The Fcntl module (for file control flags) is not included in the binary distributions of Perl for Win32. You need to get the source distribution, and build the Fcntl module yourself. In addition, there is no supporting Fcntl.pm for the Fcntl.pll that building the module produces. You will need to create your own Fcntl.pm, which is difficult, because it uses Autoloader. 9.16. Why doesn’t 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 separatel