Help for this page

Select Code to Download


  1. or download this
    print($result->[0]{'city'}, "\n");
    
  2. or download this
    foreach $record (@$result) {
       foreach $field (keys %$record) {
    ...
       }
       print("\n");
    }