in reply to Perl Array not able to store all realm objects

It is safe to assume that Perl can store 272 (or even a lot more) elements in an array. You should dig into the reason why the GetAllRealms interface only delivers 82 of them, or why you expect 272 realms. Just guessing: The interface seems to deliver top level realms. Maybe you need to iterate over your realms and examine them with GetAllChildRealms?

  • Comment on Re: Perl Array not able to store all realm objects