my ($y) = map \$_, $x; # Reference to an alias. #### my $y = sub { \@_ }->(@x); # Reference to an array of aliases.