Thanks Everyone for your valuable inputs
Am able to install all the modules without any error & even able to run my perl script without any issues.
Now,am facing 1 more issues ie,
Am using Eclipse IDE for debugging perl script or can say
for step by step execution so that i can see local variable value during run time
since to view the local variable value during run time,Eclipse want PadWalker module to get install
for Pad Walker module we need Visual C++ Express installed.
now, my real problem: i have Win2k OS but this Visual C++ Express needs WinXP to get installed
so now i got struck :-(
Can any one tell me any other mean to achieve my problem ?
when i tried to install the PadWalker i got this ouput:
C:\CPAN Modules\PadWalker-1.5>perl Makefile.pl<br>
Writing Makefile for PadWalker<br>
C:\CPAN Modules\PadWalker-1.5>nmake<br>
Microsoft (R) Program Maintenance Utility Version 1.50
Copyright (c) Microsoft Corp 1988-94. All rights reserved.
cl -c -nologo -GF -W3 -MD -Zi -DNDEBUG -O1 -DWIN32 -D_CONSO
+LE -DNO_ST
RICT -DHAVE_DES_FCRYPT -DUSE_SITECUSTOMIZE -DPRIVLIB_LAST_IN_INC -DPER
+L_IMPLICIT
_CONTEXT -DPERL_IMPLICIT_SYS -DUSE_PERLIO -DPERL_MSVCRT_READFIX -MD -Z
+i -DNDEBUG
-O1 -DVERSION=\"1.5\" -DXS_VERSION=\"1.5\" "-IC:\Perl\lib\CORE"
+ PadWalke
r.c
'cl' is not recognized as an internal or external command,
operable program or batch file.
NMAKE : fatal error U1077: 'C:\WINNT\system32\cmd.exe' : return code '
+0x1'
Stop.
Is it possible to view the local variable value during run time without installing PadWalker in Eclipse??
Regards,
Vijayarl
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.