Help for this page

Select Code to Download


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