Rolf wrote:

I remember that you were running two Perl installations in parallel on the same system and the ENV pointed to both.
Is that still the case?

That isn't exactly pertinent to the question I asked here, Rolf, but I'll overlook that. I've got my ENV tightly controlled now, with only CygwinPerl or StrawberryPerl, and all the tools and ENV settings associated with each, invoked at any one time. I'm miles ahead of where I was back then (a few weeks ago). I'm using berrybrew (for now) with StrawberryPerl(s) and I even went so far as to brutally do rm -rf C:/Perl to my old StrawberryPerl (the one I wrote about destroying by trying to install an update .msi over it).

I still use the vendor supplied (system) Perl in Cygwin. Several of our fellow monks have noted that they ignore that Perl, and only use Perls they've built on-site. I am not sure where the disdain for the Cygwin-supplied Perl comes from. Maybe some of these monks will read this and write about 'why the strong preference.'

One more thing that might be a bit controversial. I run my Strawberry (Windows) operations in a bash shell. I just cannot abide the CMD / PS Terminal even if they did add CTRL-C and CTRL-V to it. I hate it. What I do is possible by having /usr/bin at the very end of my Cygwin bash $PATH. It's working very well, whether using cpan clients like cpanm or cpan or cpanp, or dropping into a new shell session to run perl Makefile.PL and trace everything that's happening in the build of a non-trivial module (there's almost never anything broken, I just like to watch the scrolling text, it's relaxing ;-)

Sep 21, 2025 at 21:04 UTC

A just machine to make big decisions
Programmed by fellows (and gals) with compassion and vision
We'll be clean when their work is done
We'll be eternally free yes, and eternally young
Donald Fagen —> I.G.Y.
(Slightly modified for inclusiveness)


In reply to Re^2: Let's play 'explain the error' in test suite for HTML::Tidy by Intrepid
in thread Let's play 'explain the error' in test suite for HTML::Tidy by Intrepid

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.