Dearest monks,

Hopefully this is the place to ask, for which may be very neophyte type questions.

I have lately been in Win7-64 and in the process of rearringing a large library was looking for a move command that did not clobber, and it seemed like perlmv (and its cousins) was pretty much what I needed.

But my ActiveState Perl 5.15 (or so) did not have anything resembling it, and apparently they are not updating it, in favor of a newer paywall system. And would not compile correctly within it. And also, it was acting weird, occasionally parsing only around 20% or so of 100 files correctly on some renaming scripts. And not non-ascii related, as many of those choked files would parse fine on another drive/dir. I do not have that problem on my Linux system (5.28 IIRC)

So I decided to install Strawberry, with its 5.30 version. I had installed Strawberry in the past, but was not happy with it when working with the DBI libraries. Now that is not an issue.

SO far, I like it, and am loading up on Bundles. I like my perl versions to be as fully loaded as possible. I am using the 'notest' pragma to speed things up. I am assuming if the package is binary, and OS specific, then it just wont install.

So.. my basic question: Is it possible to import the ActiveState Site directory into perlenv? Would the XS binaries require a special DLL (like Cygwin)?

Also: Are there any good FAQs/tutorials/links that center on the changes to Perl over the past 15 years? My learning curve was pretty much stopped at 5.10 and I know I have ALOT to catch up on!!! (Like gmake!).


In reply to Strawberry & ActiveState by kel

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.