On Sun, 30 Aug 2020 20:08:23 +0200, Somu <som....@gmail.com> 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.
Thanks.
On Sun, Aug 30, 2020 at 6:27 PM Christian Walde <walde.christ...@gmail.com>
wrote:
On Sun, 30 Aug 2020 11:59:15 +0200, Somu <som....@gmail.com> 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 <chankey...@gmail.com> wrote:
Install the Win32::GUI module from cpan
$ cpan Win32::GUI
On Sun, 30 Aug, 2020, 3:19 PM Somu, <som....@gmail.com> 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..
#Can't locate Win32/GUI.pm in @INC (you may need to install the Win32::GUI
module
#) (@INC contains: C:/Strawberry/perl/site/lib C:/Strawberry/perl/vendor/lib
C:/S
#trawberry/perl/lib) at window.pl line 1.
#BEGIN failed--compilation aborted at window.pl line 1.
Run cpan Win32::GUI again and attach the output in a file to the next email.
That install looks fine, but with you having wiped it, it's impossible to tell
what went wrong the first time.
That said, on a larger scale, there's a huge mistake you did: Not picking up a
recent book to teach. :)
Go and grab **Ovid's** Beginning Perl and/or chromatic's Modern Perl. Steer
away from other books, they're very outdated.
--
With regards,
Christian Walde