my $aryref = \qw(A B C); #### @list = (\$a, \@b, \%c); @list = \($a, @b, %c); # same thing!