in reply to Re^3: Problem running Sample code in Strawberry perl
in thread Problem running Sample code in Strawberry perl

Thanks Martin for the help

After uninstalling the Active perl now when I run the calc.pl it gives same error

C:\Documents and Settings\admin\Desktop>perl calc.pl Can't locate loadable object for module Win32::GuiTest in @INC (@INC c +ontains: C :/strawberry/perl/lib C:/strawberry/perl/site/lib .) at calc.pl line 1 Compilation failed in require at calc.pl line 1. BEGIN failed--compilation aborted at calc.pl line 1.

I think Active perl and strawberry perl both are not getting the path of Win32::GuiTest module ?

The problem was solved by following Martin and corion suggestions thanks all for the help.

Replies are listed 'Best First'.
Re^5: Problem running Sample code in Strawberry perl
by Anonymous Monk on Sep 16, 2009 at 08:39 UTC
    I think Active perl and strawberry perl both are not getting the path of Win32::GuiTest module ?

    Where did you install it? or Why do you think it is installed?