Help for this page

Select Code to Download


  1. or download this
    print $hash{"keya"}->[2][1];
    
  2. or download this
    use Data::Dumper;
    ...
    print Dumper(\%hash);
    
  3. or download this
    print Dumper(%hash);