Help for this page

Select Code to Download


  1. or download this
    for my $key ("Name", grep { $_ ne "Name" } keys %{$hashes[0]}) {
     print ((join "\t", $key, map { $_->{$key} } @hashes),"\n");
    }