Help for this page

Select Code to Download


  1. or download this
    foreach $t(@{$file}) {
        foreach $tt(keys %{$t}){
             print "\nt= $tt v=" . $t->{$tt};
        }
    }