for (@arr) #Aliases $_ to each element in @arr { print; # prints the aliased value } $aref=\@arr; #Makes $aref reference to @arr