Just think of how much this is going to cost in terms of Perl Golf characters. At the same time, though, aren't they running out of punctuation-type character operators found on the regular 104-key keyboard?

It is odd that period is used as an operator at all, really. Syntax wise, the fact that a scalar is both a string and a number complicates things somewhat. Still, why not something more abstract? Here's some useless ideas:
$foo = $bar:$nuu; # Currently meaningless $foo = $bar'$nu; # Ye-olde ' operator? $foo = $bar<->$nu; # Maybe? $foo = $bar$nu; # Or nothing at all? $foo = $bar $nu; # Implied? $foo = $bar~$nu; # Getting kind of crazy with overloading
Still, this "space underscore space" stuff smells of Python-like schenannigans.

I'm half-inclined to start a campaign to develop an alternative.

In reply to Re^3: Noble DOT vs the Allmighty ARROW by tadman
in thread Noble DOT vs the Allmighty ARROW by BUU

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.