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.
> --
> Somu.
>

Reply via email to