After much effort in the quest to get sample apps to run I cleared the
perl installation of all GUI files and ran the sample app. to get this:
######### sample app #################
use Win32::GUI;
$Window = new Win32::GUI::Window(
-name => "Window",
-title => "Perl Window Example",
-left => 100,
-top => 100,
-width => 500,
-height => 400,
-menu => $Menu,
);
cleared the tree ...
T:\>gui.pl
Can't locate Win32/GUI.pm in @INC (@INC contains: C:/perl/lib
C:/perl/site/lib .) at
e 2.
BEGIN failed--compilation aborted at T:\gui.pl line 2.
placed 76386 1999-10-08 17:34 blib/lib/Win32/GUI.pm
in c:\perl\lib\win32\
T:\>gui.pl
Win32::GUI object version Beta-332 does not match $Win32::GUI::VERSION
0.0.425 at C:/
Loader.pm line 188.
BEGIN failed--compilation aborted at T:\gui.pl line 2.
Creating a simple MsgBox with 'use Win32' woeks fine but Win32::GUI always complains
as above.
:(
Thanx for anyhelp