in reply to Object Access Issue

Hello Darren123,

No, this is not a "bless inside another bless" as you put it. It's simply an array of LocalLB::ObjectStatus objects. So you iterate over this array and gather values out of items as you access them. Here's a PM post talking about arrays of objects in OOPerl.