I'm going to assume that you have 32-bit ActivePerl. (For 64-bit Perl, I think you need to get Visual Studio or some free download related to it to get the files you need. It's been a while since I looked into that, so things might have changed.)
To install Win32::GuiTest, you might need check other repositories or you might need to go directly to CPAN. Unfortunately, ActivePerl does not have a compiler or make utility installed by default. Here's what you should try.
- Install MinGW and dmake from ActiveState's repository using PPM.
- Now just open a command prompt to install from CPAN by typing: cpan install Win32::GuiTest
- The first time running cpan, you'll probably be asked for some information to configure the cpan module.
- If you're behind a web proxy server, you'll need to either configure the cpan module with the information or add environment variables to the OS, such as http_proxy.
- You might also need to open the command prompt with "Run As administrator".
If I remember correctly, Win32::GuiTest should install from CPAN without issues in 32-bit ActivePerl.
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.