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

I didn't think camelbox supported PPM.

Replies are listed 'Best First'.
Re^3: perl makefile.pl question
by Anonymous Monk on Nov 29, 2009 at 10:07 UTC
      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