Help for this page

Select Code to Download


  1. or download this
    use Tie::Subset::Array;
    sub arr_alias_4 {
    ...
        tie my %x, 'Tie::Subset::Hash', $hash, \@k;
        return \%x;
    }