List of rooms in house number 0

attic

bedroom

kitchen

room

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

Thu Jan 23 02:13:25 2025 by walley