Hi, I'm and active perl user. I want to read from and write into excel sheet using perl. For that I tried to install spreadsheet::parseexcel and spreadsheet::writeexcel modules using ppm. i'm having the following error
CONTENT+CATEGORY")<0)_arg+="&vcon="+_A(hbx.mlc); var _hbi=new Image();_hbi.src=_arg+"&hid="+Math.random();</script> <script language="javascript" type="text/javascript">if(_sv<11){docume +nt.write(" <img src='"+_arg+"' border='0' height='1' width='1'>")}</script> <script language="javascript1.1" type="text/javascript" src="/_js/hbx. +js"></scri pt> <script src="https://ssl.google-analytics.com/urchin.js" type="text +/javascrip t"></script> <script type="text/javascript"> _uacct = "UA-20072-1"; urchinTracker(); </script> </body> </html> at C:/Perl/site/lib/PPM/SOAPClient.pm line 222
Then I've downloaded the modules and tried to install them manually by running the "makefile.pl" but warning is coming that io::scalar,OLE::storage_lite are prerequisites. Then i downloaded io::stringy and tried to install io::scalar eventhen i'm getting warning that
could not open 'lib/io/stringy.pm':no such file or directory at (eval +8) line 6.
Anyone please help me to install those two modules. The OS i'm using is Windows 2000 and perl version is "perl, v5.6.0 built for MSWin32-x86-multi-thread"

In reply to parsing and writing excel using perl by sivaramapv

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.