I agree that most of the stuff that's in POSIX should be either in the core or in some saner named modules. This module makes no sense whatsoever.

The $array[i][j+1] looks good only as long as you use single letter indexes. What would $array[length] mean? $array[$length] or $array[length($_)]?

Because one is block and the other is expression. Just use if(){}!

Well, I would agree that if ++ is magical, -- should be as well. I do not see the need for a separate operator/function though.

That would be way more confusing. If you write foo(...) anywhere within an expression, everyone except those coming from functional languages with support for currying will expect that function to receive as parameter(s) the stuff in braces and only that stuff in braces.

Jenda
Enoch was right!
Enjoy the last years of Rome.


In reply to Re^3: Opinion: where Perl5 wasn't attractive for me by Jenda
in thread Opinion: where Perl5 wasn't attractive for me by rsFalse

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.