I am trying to use Win32::GuiTest and with Windows XP and perl
version 5.8.6.
I am getting the following error:
Can't locate loadable object for module Win32::GuiTest in @INC (@INC contains: C:/Perl/lib C:/Perl/site/lib .) at E:\a\simply.pl line 259 Compilation failed in require at E:\a\simply.pl line 259. BEGIN failed--compilation aborted at E:\a\simply.pl line 259
I tried following the instructions for Win32-GuiTest-1.3. I tried to install:
I created C:\TEMP
and I downloaded the zip file and extracted the contents and placed in C:\TEMP
and gave the command
C:\TEMP>ppm
ppm> install C:\temp\win32-guitest.ppd
It is giving an error as...
Error: no suitable installation target found for package Win32-GuiTest.
If I use the package Win32-GuiTest-1.56
, it is giving the error
Error: Package 'win32-guitest' not found. Please 'search' for it first.
and if i use the command
C:\temp>ppm ppm> install Win32::GuiTest
i get the error as...
Error: No valid repositories: Error: 501 Protocol scheme '' is not supported Error: 501 Protocol scheme '' is not supported
i downloaded from
http://search.cpan.org/~erngui/Win32-GuiTest-1.3/GuiTest.pm for package Win32-GuiTest-1.3
and
http://search.cpan.org/dist/Win32-GuiTest/lib/Win32/GuiTest.pm for package Win32-GuiTest-1.56