Re: installing module in Strawberry perl

2020-08-31 Thread Christian Walde
On Sun, 30 Aug 2020 11:59:15 +0200, Somu wrote: i did it already. And installation was fine. Even then the problem persists. On Sun, Aug 30, 2020 at 3:22 PM Chankey Pathak wrote: Install the Win32::GUI module from cpan $ cpan Win32::GUI On Sun, 30 Aug, 2020, 3:19 PM Somu, wrote: Hi all!

Re: installing module in Strawberry perl

2020-08-31 Thread Christian Walde
On Sun, 30 Aug 2020 20:08:23 +0200, Somu wrote: All i did was uninstall Strawberry, and install again, and then tried cpan Win32::GUI Now tested the hello world window sample and it worked. However, the latest outputs are in the attachments. Please do tell me if anything else went wrong. T

Re: installing module in Strawberry perl

2020-08-30 Thread sisyphus
It would seem that the perl into which Win32::GUI was installed is a different perl than the one that is executed when you run "perl window.pl". I can verify that, on Strawberry Perl-5.32.0, having run "cpan -i Win32::GUI", "perl window.pl" runs fine for me. Cheers, Rob On Sun, Aug 30, 2020 at

Re: installing module in Strawberry perl

2020-08-30 Thread Somu
i did it already. And installation was fine. Even then the problem persists. On Sun, Aug 30, 2020 at 3:22 PM Chankey Pathak wrote: > Install the Win32::GUI module from cpan > > $ cpan Win32::GUI > > On Sun, 30 Aug, 2020, 3:19 PM Somu, wrote: > >> Hi all! >> Please help me with this.. What am i

Re: installing module in Strawberry perl

2020-08-30 Thread Chankey Pathak
Install the Win32::GUI module from cpan $ cpan Win32::GUI On Sun, 30 Aug, 2020, 3:19 PM Somu, wrote: > Hi all! > Please help me with this.. What am i doing wrong > > > #!/usr/bin/perl -w > use strict; > use Win32::GUI; > > > #typing "perl window.pl" in command line generates the following.. > #

installing module in Strawberry perl

2020-08-30 Thread Somu
Hi all! Please help me with this.. What am i doing wrong #!/usr/bin/perl -w use strict; use Win32::GUI; #typing "perl window.pl" in command line generates the following.. #Can't locate Win32/GUI.pm in @INC (you may need to install the Win32::GUI module #) (@INC contains: C:/Strawberry/perl/site