Hello silent11,

> d) something else..

Being my day by day on windows the only positive fact is that there is no trouble interacting with system Perl. I concord with Fletch: never run with the OS' perl install!

I use Strawberry perl portable editions, always. I have few of them in a dedicated directory:

ls | grep perl5 perl5.12-32bit perl5.20.64bit perl5.22.64bit perl5.24.64bit perl5.26.64bit perl5.28-64bit perl5.28.32bit perl5.32.64bit

ls | grep on windows? Yes I use UnxUtils with pleasure since years.

I have a not published yet program (maybe soon..) to choose the Perl incarnation to cast: it is somethign interactive so you can check various perl distros (not all above distros are loaded by my program) for some feature as, for example, Non-Capturing-Regular-Expression-Flag introduced in perl 5.22 should fail in 5.20

general>get perl_distros perl_distros=[ARRAY with 5 elements] perl5.20.64bit perl5.22.64bit perl5.24.64bit perl5.26.64bit perl-5.26.64bit-PDL general>check_perl_distro -e "print 'hello' =~ /(hi|hello)/n" | 1 [OK] C:\EX_D\ulisseDUE\perl5.26.64bit\perl\bin\perl.exe | Unknown regexp modifier "/n" at -e line 1, at end of line | Execution of -e aborted due to compilation errors. [OK] C:\EX_D\ulisseDUE\perl5.20.64bit\perl\bin\perl.exe | 1 [OK] C:\EX_D\ulisseDUE\perl5.22.64bit\perl\bin\perl.exe | 1 [OK] C:\EX_D\ulisseDUE\perl5.24.64bit\perl\bin\perl.exe | 1 [OK] C:\EX_D\ulisseDUE\perl5.26.64bit\perl\bin\perl.exe | 1 [OK] C:\EX_D\ulisseDUE\perl-5.26.64bit-PDL\perl\bin\perl.exe

L*

There are no rules, there are no thumbs..
Reinvent the wheel, then learn The Wheel; may be one day you reinvent one of THE WHEELS.

In reply to Re: How do you run Perl on _your_ system? by Discipulus
in thread How do you run Perl on _your_ system? by silent11

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.