List of rooms in house number 0

Bathroom

Living room

attic

bedroom

kitchen

room

$VAR1 = \{
            'Living room' => {
                               'house' => 0,
                               'id' => 5,
                               'name' => 'Living room'
                             },
            'attic' => {
                         'name' => 'attic',
                         'house' => 0,
                         'id' => 2
                       },
            'room' => {
                        'id' => 1,
                        'house' => 0,
                        'name' => 'room'
                      },
            'Bathroom' => {
                            'name' => 'Bathroom',
                            'id' => 8,
                            'house' => 0
                          },
            'kitchen' => {
                           'name' => 'kitchen',
                           'id' => 3,
                           'house' => 0
                         },
            'bedroom' => {
                           'name' => 'bedroom',
                           'id' => 4,
                           'house' => 0
                         }
          };

Fri Apr 10 22:56:47 2026 by walley