Help for this page

Select Code to Download


  1. or download this
    my @array = ( \ %hash0, \ %hash1, \ %hash2, \ %hash3 );
    
  2. or download this
    foreach my $hashref ( @array )
    {
        print "$_\n" for keys %$hashref;
    }