Well first of all it is important that something like :=
exists because we need to translate old Perl 5 code into
Perl 6.
But beyond that, well if you don't know how to use typeglobs
in Perl 5, then you likely won't need to know it in Perl 6.
However that does not mean that its job is lessening how
many keystrokes to use. Rather think of it as selectively
changing which keystrokes to use. Without that ability
you couldn't write something like Exporter. Without
the ability to produce Explorer you
wouldn't be able to easily write something like:
use CGI qw(:standard);
my @parameter_names = param();
So you see it is quite important that the capability be in
the language, even if you will never use it directly.
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: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.