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

http://search.cpan.org/dist/PPM/, http://downloads.activestate.com/PPM/, I don't have PPM, how can I install a package?

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