Help for this page

Select Code to Download


  1. or download this
     my hash is build in parsing an xml document (my $hash_name = XMLin($r
    +esult);)
     if i print Dumper($hash_name{'element1'}->{'element2'}), i get :
    ...
                         another one 
                       }
            };
    
  2. or download this
    my %tmp = $hash_name{'element1'}->{'element2'};