Help for this page

Select Code to Download


  1. or download this
    $VAR1 = [
              {
    ...
                'street' => 'Mission'
              }
            ];
    
  2. or download this
    foreach my $key ( sort keys %{$result} ) {
       print "$key\n";
       }