Great post, and I'm glad you shared your findings!

One nitpik though:

"An humble suggestion would to create here amongst the giants, a *playground* where strict and warnings are left at the gates"

That likely won't happen on many people's watch here, as use warnings; and use strict; *force* you to write proper Perl code. Essentially, it helps the code writer identify really, really simple mistakes that could cost them hours upon hours of heartache wondering why their code doesn't do what it's supposed to, and eventually quit Perl to move to something else that has these specific checks and bounds on by default.

I do agree that we need a playground, but I'd still be pushing folks to use the two mentioned pragmas.They are there to help even the most experienced Perl hackers avoid silly avoidable mistakes, and when a newcomer asks questions, it avoids a lot of delay if they run it under them.

Also, I don't know if you're aware, but Rakudo is the VM for perl6, which is quite a bit different than perl5. That said, to have a playground for that here too would be great.


In reply to Re^4: Perl vs Python revisited by stevieb
in thread Perl vs Python revisited by QuillMeantTen

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.