Help for this page

Select Code to Download


  1. or download this
    use Data::Dumper;
    my $content = join '', <DATA>;
    my $response = XMLin($content);
    print Dumper($response);
    
  2. or download this
    $VAR1 = {
      'offer' => {
    ...
        }
      }
    };
    
  3. or download this
    my $response = XMLin($content);
    
    for my $id (keys %{$response->{offer}}) {
        print $response->{offer}->{$id}->{zip}, "\n";
    }
    
  4. or download this
    48120
    80236
    43240