Thanks Martin for the helo
One Question
Can we load ActiveState Perl & StrawberryPerl on same machine
If yes then is my compiler getting confused as I have loaded both on same machine,
On the CSPAN Client --> of Strawberry perl I typed the below command the output is given below, I think Strawberry perl is recognising the perl
cpan> install Win32::GuiTest
Going to read 'C:\Perl\cpan\Metadata'
Database was generated on Sun, 13 Sep 2009 10:27:12 GMT
Win32::GuiTest is up to date (1.56).
But when I open the Command prompt window and try to RUN the Calc.pl program it gives ERROR
perl calc.pl
Can't locate loadable object for module Win32::GuiTest in @INC (@INC c
+ontains: C
:/Perl/site/lib C:/Perl/lib .) at calc.pl line 10
Compilation failed in require at calc.pl line 10.
BEGIN failed--compilation aborted at calc.pl line 10.
Now my Question is may be compiler is not able to trace the Strawberry Perl from command prompt so shall I uninstall Active Perl from my machine may be that solves the issue.
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.