* Damian Conway <[EMAIL PROTECTED]> [2008-09-18 03:30]: > When thinking about this, it's also important to remember that, > in Perl 6, not everything with a sigil is automatically > writeable.
That’s not even new to Perl 6.
$ perl -e's/foo/bar/ for "foo"'
Modification of a read-only value attempted at -e line 1.
--
*AUTOLOAD=*_;sub _{s/(.*)::(.*)/print$2,(",$\/"," ")[defined wantarray]/e;$1}
&Just->another->Perl->hack;
#Aristotle Pagaltzis // <http://plasmasturm.org/>
