in reply to Problem running Sample code in Strawberry perl
As with your previous post on installing with ppm you need to know how to use the tool in question:
cpan> install Win32::GuiTestNote that Perl is case sensitive. See Installing Modules
To run a script do:
C:\perl TestScriptName.plFrom the command line, where TestScriptName.pl is the one you want to run.
You should read and understand Installing Modules from the tutorials section of this site. You may also want to do some more reading there regaring the basics in that area, see also http://learn.perl.org/
Hope this helps
Martin
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Problem running Sample code in Strawberry perl
by rohn (Initiate) on Sep 15, 2009 at 12:34 UTC | |
by marto (Cardinal) on Sep 15, 2009 at 12:48 UTC | |
by Corion (Patriarch) on Sep 15, 2009 at 12:52 UTC | |
by rohn (Initiate) on Sep 15, 2009 at 12:57 UTC | |
by Anonymous Monk on Sep 16, 2009 at 08:39 UTC |