http://www.perlmonks.org?node_id=335463


in reply to Re: Re: Re: Thoughts on some new operators for perl (6 or 7)
in thread Thoughts on some new operators for perl (6 or 7)

@no_matter_what_i_am_called_i_am_an_array The @ defines precisely what is meant.

Correct. Note that I said "misleading", not "wrong" or "incorrect" :)

It's as misleading as @hash and %scalar are. It is of course obvious that the former is an array and the latter is a hash.

Juerd # { site => 'juerd.nl', plp_site => 'plp.juerd.nl', do_not_use => 'spamtrap' }