$VAR3 = {         'fax' => undef,         'name' => 'name1',         'rem' => 'info',         'id' => '4132',       'vname' => 'abc',       'strasse' => 'strasse 2 ',         'tel' => undef,         'plz' => '01235',         'mail' => '',         'ort' => 'ort' }; $VAR3 = {         'fax' => undef,         'name' => 'name2',         'rem' => 'info',         'id' => '41',         'vname' => 'abc',         'strasse' => 'strasse 1 ',         'tel' => undef,         'plz' => '01234',         'mail' => '',         'ort' => 'ort' };