Help for this page

Select Code to Download


  1. or download this
    use Tie::HashTree qw(hash_to_tree);
    my $tree = tie my %x, 'Tie::HashTree';
    
  2. or download this
    sub TIEHASH
    {
    ...
            $self->{top} = {};
            bless ($self, $class);
    }