in reply to Re: What should i install to use GUI in windows 8(x64) Strawberry or Activeperl
in thread What should i install to use GUI in windows 8(x64) Strawberry or Activeperl

I installed Verion 5.16.3 of active perl. and i tried t find WIN32::GUI but there is no such module , we have WIN32::API . WHAT TO DO NOW ? i get this on perl -v : This is perl 5, version 16, subversion 3 (v5.16.3) built for MSWin32-x86-mult hread (with 1 registered patch, see perl -V for more detail) Copyright 1987-2012, Larry Wall Binary build 1604 298023 provided by ActiveState http://www.ActiveState.com Built Apr 14 2014 14:32:20 *************************************************************** This is perl 5, version 16, subversion 3 (v5.16.3) built for MSWin32-x86-multi- hread (with 1 registered patch, see perl -V for more detail) Copyright 1987-2012, Larry Wall Binary build 1604 298023 provided by ActiveState http://www.ActiveState.com Built Apr 14 2014 14:32:20
  • Comment on Re^2: What should i install to use GUI in windows 8(x64) Strawberry or Activeperl

Replies are listed 'Best First'.
Re^3: What should i install to use GUI in windows 8(x64) Strawberry or Activeperl
by dasgar (Priest) on Jan 13, 2015 at 06:03 UTC
    i tried t find WIN32::GUI but there is no such module

    If you're using the line command version of ppm and trying to install "WIN32::GUI", you probably won't find it. The names of Perl modules are case-sensitive and the module that you want is "Win32::GUI". In other words:

    • ppm install WIN32::GUI will not work
    • ppm install Win32::GUI should install the Win32::GUI module

Re^3: What should i install to use GUI in windows 8(x64) Strawberry or Activeperl
by Anonymous Monk on Jan 13, 2015 at 04:45 UTC
    Install something called Win32::GUI ... if for some reason you need it, its available for 5.16
      I installed ActivePerl 5.16.3 then i install compiler and then Win32::GUI everything worked fine for me.