Thanks for the pointer -- looks like they only have 32-bit right now.

I get spoiled when, *rarely*, I need to read in a multi-gig file and not have it spill to memory.

Also, windows usually runs a bit behind linux in terms of perl... Cygwin is still at 5.14, and I was going to suggest 5.16.3, myself, as I have a rather large code base that is incompatible with with some of the new 5.18 features.

As Murphy would have it, most of my small scripts and library routines aren't hit with the problem. The ones that are hit, are the larger(2-3k lines) and more complicated ones that do things like create and destroy file systems and partitions on a daily basis -- i.e. ones where you don't want anything to go wrong or rush through changes, and unfortunately, there was no way provided for a compatible upgrade (i.e. turn off the new conflicting features by default). Sigh.


In reply to Re^2: Something to meditate on -- the need for a trendy perl? by perl-diddler
in thread Something to meditate on -- the need for a trendy perl? by perl-diddler

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.