Help for this page

Select Code to Download


  1. or download this
    foreach my $field_name (keys %{ $row_href }) {
      my $value = $row_href->{ $field_name };
      print "$field_name: $value \n";
    }