Help for this page

Select Code to Download


  1. or download this
    foreach $record ( @{$result} ) {
       foreach $field (keys %$record) {
          printf("%s: %s\n",
    ...
       }
       print("\n");
    }