in reply to Re: Direferencing problem
in thread Direferencing problem

Please check the above reply, to another post, I provided a LINK to the FAQ about that Object. Maybe you can understand it better, how to get that List.

Replies are listed 'Best First'.
Re^3: Direferencing problem
by CountZero (Bishop) on Jul 30, 2014 at 18:00 UTC
    The FAQ is not really helpful as it is written for Java. But somehow the data you received are in the form of a Perl-object so there must be an interface, quite probably a module that implements the class of these objects. Checking the documentation of this module might bring you further.

    CountZero

    A program should be light and agile, its subroutines connected like a string of pearls. The spirit and intent of the program should be retained throughout. There should be neither too little or too much, neither needless loops nor useless variables, neither lack of structure nor overwhelming rigidity." - The Tao of Programming, 4.1 - Geoffrey James

    My blog: Imperial Deltronics