Hi all, I'm having a look at Perl 6 syntax and I don't get the rationale in having different sigils for scalars, hashes and arrays while having a scalar access being with the same type sigil. In other words, in Perl 5 it does make sense (to me) that accessing a single value into a list or hash has a scalar sigil, while in Perl 6 the type of the array/hash is kept even for single scalar access. What is then the aim of sigils?
Thanks, Luca -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.org http://learn.perl.org/