Help for this page
my $struct = $sth->fetchall_hashref('extracted_ads_id'); ... } # access like $struct->{foo}->{prop_street_no}
my $h; while ( my $row = $sth->fetchrow_arrayref() ) { ... } # access like $h->{foo}->[0] will give you street no.