Hello,
Well I finally figured out how to install the Win32::GUI package. I
tried the ppm install --location=http://jenda.krynicky.cz/perl Win32-GUI
command listed in another post, but that just generated the following
error: "Error installing package 'Win32-GUI' : Could not locate PPD file
for package Win32-GUI"
I also tried installing the package using jenda.mccann.cz instead of
jenda.krynicky.cz and received the same error
After poking around http://jenda.mccann.cz I found both the ppd file for
the Win32-GUI and the .tar.gz file and downloaded them - both files are
at http://jenda.mccann.cz/perl
Once both files are download (Win32-GUI.ppd and
Win32-GUI-0.1999.9.1-PPM.tar.gz) I modified the Win32-GUI.ppd file to
reference the newer version of the .tar.gz file by changing <CODEBASE
HREF="Win32-GUI-0.0.434.0-PPM.tar.gz" /> to <CODEBASE
HREF="Win32-GUI-0.1999.9.1-PPM.tar.gz" />
Once that was done I ran ppm and at the prompt typed "install
Win32-GUI.ppd" and everything installed correctly.
Hope this helps anyone who might need it.
Conor Buescher