Help for this page

Select Code to Download


  1. or download this
    for my $hash (@data) {
        for (keys %$hash) { ... }
    
  2. or download this
    my @keys = keys %{$data[0]}; # or [1], or [2], ...