in reply to dereferencing ... again
We don't know what accessors your objects provide. Is _identifierValue even a legitimate method? You could break encapsulation like this:
print $_->{identifierValue}, "\n";
But I would expect that there's probably a more reliable accessor method if that value is intended to be obtained by the object's user.
Dave
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: dereferencing ... again
by natxo (Scribe) on Nov 01, 2013 at 20:49 UTC | |
by davido (Cardinal) on Nov 01, 2013 at 22:33 UTC |