Hello, I gotta start out by saying I'm new to perl. Just started using it a few days ago. My problem has come about because I'd like to convert a csv.txt to an Excel spread sheet. I added the Spreadsheet:WriteExcel module, but found that it recommeneded the Text:CSV_XS module. So, I downloaded the tar file and expanded it into a temp dir. The perl Makefile.pl command works find. However, when I run the nmake command a bunch of stuff appears like "cl -c -nologo -01 -MD -Zi -DNDEBUG..." following this huge string of what appears to be parameters a message says "cl" is not recognized as internal or external command, operable program or batch file. NMAKE : fatal error U1077: 'C:\WINNT\system32.exe' : return code '0x1' Stop. From this I can only guess that something may be missing from my PATH, but that's only a guess. If you can help me figure out what's wrong I'd appreciate it.
Regards

Title edit by tye


In reply to Text:CSV_XS module; nmake says "cl" is not recognized by hzn93r

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.