thank you,
but i did set the PATH variable, but i don't have the admin rights to my system
but i did changed my working dir to
<h1> C:\Perl\Spreadsheet-WriteExcel-2.25>cd \<br> C:\>cd perl<br> C:\Perl>cd bin<br> C:\Perl\bin>perl Makefile.PL<br> Writing Makefile for File::Temp<br> Writing Makefile for OLE::Storage_Lite<br> Writing Makefile for PadWalker<br> Writing Makefile for Parse::RecDescent<br> Warning: prerequisite OLE::Storage_Lite 0.08 not found.<br> Writing Makefile for Spreadsheet::ParseExcel<br> $Config{useperlio} is defined, removing requirement of IO::Scalar<br> Warning: prerequisite IO::Scalar 0 not found.<br> Warning: prerequisite OLE::Storage_Lite 0.08 not found.<br> Writing Makefile for Spreadsheet::ParseExcel<br> Do you want to install 'xlscat' (Convert Spreadsheet to plain text or +CSV) ? [n ] y<br> Do you want to install 'ss2tk' (Show a Spreadsheet in Perl/Tk) ? [n] +y<br> Warning: prerequisite Spreadsheet::ParseExcel 0.26 not found.<br> Warning: prerequisite Spreadsheet::ReadSXC 0.2 not found.<br> Warning: prerequisite Text::CSV_XS 0 not found.<br> Writing Makefile for Spreadsheet::Read<br> Warning: prerequisite OLE::Storage_Lite 0.14 not found.<br> Warning: prerequisite Parse::RecDescent 0 not found.<br> Writing Makefile for Spreadsheet::WriteExcel<br> Writing Makefile for Spreadsheet::ReadSXC<br> C:\Perl\bin>nmake<br> Microsoft (R) Program Maintenance Utility Version 1.50 Copyright (c) Microsoft Corp 1988-94. All rights reserved.<br> nmake -f Makefile all -nologo<br> cd ..<br> nmake -f Makefile all -nologo<br> cd ..<br> nmake -f Makefile all -nologo<br> 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.7\" -DXS_VERSION=\"1.7\" "-IC:\Perl\lib\CORE" + PadWalke r.c<br> 'cl' is not recognized as an internal or external command, operable program or batch file.<br> NMAKE : fatal error U1077: 'C:\WINNT\system32\cmd.exe' : return code ' +0x1' Stop.<br> NMAKE : fatal error U1077: 'C:\WINNT\system32\cmd.exe' : return code ' +0x2' Stop.<br> C:\Perl\bin>nmake test<br> Microsoft (R) Program Maintenance Utility Version 1.50 Copyright (c) Microsoft Corp 1988-94. All rights reserved.<br> nmake -f Makefile all -nologo<br> cd ..<br> nmake -f Makefile all -nologo<br> cd ..<br> nmake -f Makefile all -nologo<br> 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.7\" -DXS_VERSION=\"1.7\" "-IC:\Perl\lib\CORE" + PadWalke r.c<br> 'cl' is not recognized as an internal or external command, operable program or batch file.<br> NMAKE : fatal error U1077: 'C:\WINNT\system32\cmd.exe' : return code ' +0x1' Stop.<br> NMAKE : fatal error U1077: 'C:\WINNT\system32\cmd.exe' : return code ' +0x2' Stop.<br> C:\Perl\bin>nmake15 install<br> PKSFX (R) FAST! Self Extract Utility Version 2.04g 02-01-93<br> Copr. 1989-1993 PKWARE Inc. All Rights Reserved. Shareware version<br> PKSFX Reg. U.S. Pat. and Tm. Off.<br> Searching EXE: C:/PERL/BIN/NMAKE15.EXE<br>

but still am not able to run my perl script as it says
<h1> C:\Perl\bin>perl process_stats_iconprod.pl<br> Can't locate Spreadsheet/WriteExcel.pm in @INC (@INC contains: C:/Perl +/site/lib C:/Perl/lib .) at process_stats_iconprod.pl line 4. BEGIN failed--compilation aborted at process_stats_iconprod.pl line 4.

can you tell me where am going wrong ???
Thanks,
Vijay

In reply to Re^2: problem while installing the perl module manually!!! by vijayarl
in thread problem while installing the perl module manually!!! by vijayarl

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • 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:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.