zli034 has asked for the wisdom of the Perl Monks concerning the following question:

Today I'm trying to working with Win32::GuiTest to simulate mouse clicks.I installed strawberry perl and GuiTest module. But I got problem when I try to run the sample codes of GuiTest I found from this forum. This is the error message my pc gives me: This file does not have a program associated with it for performing this action, Create an association in the set associations control panel. Why, how can I make GuiTest work?

Replies are listed 'Best First'.
Re: Problem with Win32::GuiTest
by Corion (Patriarch) on Jun 04, 2010 at 14:44 UTC

    Can you run other Perl programs? What did you do to determine that the problem is related to Win32::GuiTest?

      There are many different sample codes of win32::guitest I found. when I run them all give me same error messages. And I will try ActiveState perl
        How are you running them? How did you install Win32::GuiTest? Which perl do you have?
Re: Problem with Win32::GuiTest
by AnomalousMonk (Archbishop) on Jun 04, 2010 at 17:03 UTC

    This is just a wild guess, but if you have a perl program named foo.pl and try to invoke it from the Windoze command line as
        >foo.pl
    you will get a response from the OS something like the one you describe. Try the invocation
        >perl foo.pl
    and see what happens.

    See perlintro and perlrun.

    Update: Added documentation links.

Re: Problem with Win32::GuiTest
by Anonymous Monk on Jun 04, 2010 at 15:00 UTC
    when I try to run the sample codes of GuiTest I found from this forum.

    How are you trying to run these perl programs?