Perl 6 Perl 6 Lists, Arrays, and Hashes vivified #10

Scalar arrays ("arrayrefs")

Arrays in Perl 6 are objects

Objects can be held in scalar variables

> my $words = [ < postmodern modern romantic baroque classical > ];

> say $words.WHAT
Array()
Copyright © 2011
http://www.pmichaud.com/2011/pres/