$VAR1 = bless( { 'items' => [ bless( { 'name' => 'test1' }, 'MyPackage::Item' ) ] }, 'MyPackage::List' ); Can't call method "name" on unblessed reference at test.pl line 32.