Help for this page

Select Code to Download


  1. or download this
    for $row (@rows){
        for $key (keys %{$row}){
            print "$key: $row->{$key}\n";
        }
    }