Help for this page

Select Code to Download


  1. or download this
    my $hash;
    $hash = { $_ => $hash } for reverse @array;
    
  2. or download this
    my $ref = \$hash;
    $ref = \$$ref->{$_} for @b;