$VAR3 = { 'new_City' => 'BO', 'ID' => '2222', 'status' => 'Main', 'name' => 'John D', 'City' => 'NY', 'state' => 'UA', 'new_ad1' => '100 main St.', 'Ad1' => '20 North Central St.', 'new_z_code' => '0007', 'new_name' => 'Tony Star', 'zCode' => '0002' }; $VAR6 = { 'new_City' => 'MA', 'ID' => '1111', 'status' => 'Main', 'name' => 'Charles D', 'City' => 'NM', 'state' => 'CA', 'new_ad1' => '44 Dell St', 'Ad1' => '12th Street', 'new_z_code' => '9857', 'new_name' => 'Marie Doe', 'zCode' => '2334' }; # Noticed that this one didn't have any "status = Extra" associated with it, so the new added rows are empty, its just fine like that. $VAR9 = { 'new_City' => '', 'ID' => '8888', 'status' => 'Main', 'name' => 'AKAKAK', 'City' => 'AA', 'state' => 'PP', 'new_ad1' => '', 'Ad1' => '1AAAA', 'new_z_code' => '', 'new_name' => '', 'zCode' => 'TTTT' };