in reply to Re^3: perl makefile.pl question
in thread perl makefile.pl question

thank you very much, i have used the above reference "I don't have PPM, how can I install a package":http://www.perlmonks.com/?node_id=260683
i have downloaded the win32gui ppm, then unzipping it, then unzipping again the Win32-GUI.tar file so the blib folder will be visible
after that as that page instruct:
perl -MExtUtils::Install -e install_default win32-gui
then it is installed semi instantly
i have tried the Win32-GUI-DIBitmap examples and it is working okay
best wishes