Help for this page

Select Code to Download


  1. or download this
    while (my ($key1, $data1) = each %$hash) {
        while (my ($key2, $data2) = each %$data1) {
    ...
                  "GA,T", $$data2{plex}, $key1, $$data2{gt};
        }
    }