Well, I just answered the original question in the title - "Does anyone use Perl on Windows?"

I do. I use it for data processing to meet my own personal needs. I don't work for a company where they tell me what version to use or what modules I should use or can't use, etc. I create my own rules. Yes, I started learning in 2016, and I am still learning. I always learn something new.

People say that TinyPerl is unofficial or broken or unsupported, but honestly I have yet to see a bug in it. I have been using it all these years and have never seen a bug. The only "bug" I found so far is that it cannot create scalar (strings) that are longer than 256MB, but that's not a huge problem. I learn to work around that issue.

As far as security, I can't remember the last time I got hacked or got a virus or spyware on XP. XP is very safe. Of course, if you download and install random things from the internet all the time or click on links in emails, then obviously it's unsafe. But Linux can be unsafe as well if someone doesn't keep basic safety rules. But as long as you know how to use Windows XP safely, it won't bite you. I have been using it for 20 years or so.


In reply to Re^3: Does anyone use Perl on Windows? by harangzsolt33
in thread Does anyone use Perl on Windows? by stevieb

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.