in reply to perl makefile.pl question

http://kobesearch.cpan.org/dist/Win32-GUI shows Win32-GUI is available from ActiveState repository, so just install using ppm

Replies are listed 'Best First'.
Re^2: perl makefile.pl question
by marto (Cardinal) on Nov 29, 2009 at 10:02 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