RE: [perl-win32-gui-users] newbie ? - creating PPM's

2002-03-20 Thread Howard, Steven (US - Tulsa)
One note: Using MS VC 6 you need to "nmake" instead of "make": perl makefile.pl nmake nmake test nmake install -Original Message- From: Marcus [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 19, 2002 5:15 PM To: perl-win32-gui-users@lists.sourceforge.net Subject: Re: [perl-win32-gui-use

RE: [perl-win32-gui-users] newbie ? - creating PPM's

2002-03-20 Thread Peter Eisengrein
You can also download the zip file of the latest and do the following: 1- extract contents to a directory 2- find the file "Win32-GUI.ppd" 3- open a DOS window and cd to the same directory as the ppd file 4- type, "ppm Win32-GUI.ppd" That should install it. You should be able to get the latest zi