perl -v says I'm using perl 5.14.2. But I have a Perl64 folder which contains 5.16.3  set PATH gives me:
Path=C:\Perl64\site\bin;C:\Perl64\bin;C:\Program Files (x86)\HP Simple +Pass\x64;C:\Program Files (x86)\HP SimplePass\;;C:\Program Files (x86 +)\Intel\iCLS Client\; C:\Program Files\Intel\iCLS Client\;C:\WINDOWS\system32;C:\WINDOWS;C:\ +WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\ +Program Files (x86)\Windows Live\Shared;C:\Program Files (x86)\Intel\ +OpenCL SDK\2.0\bin\x86;C:\Program Files (x86)\Intel\OpenCL SDK\2.0\bi +n\x64;C:\Program Files\Intel\Intel(R) Management Engine Components\DA +L;C:\Program Files\Intel\Intel(R) Management Engine Components\IPT;C: +\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL; +C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\IP +T;C:\Pr ogram Files (x86)\Hewlett-Packard\HP SimplePass Identity Protection\x6 +4;C:\Program Files\Samsung\AllShare Framework DMS\1.3.17\;C:\Program +Files\Samsung\AllShare Framework DMS\1.3.17\64bit\PATHEXT=.COM;.EXE;. +BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC
It's long, but the C:\Perl64\bin folder is there which is where the perl version 5.16.3 is located. After searching my computer, I found that Cygwin uses Perl version 5.14.2. After some googling, I found this module perlcygwin (http://search.cpan.org/~rjbs/perl-5.16.3/README.cygwin) should I download this to help me out?

In reply to Re^2: Can't get PDL module working by kinsigne
in thread Can't get PDL module working by kinsigne

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.