in reply to Re^4: Perl OO Help: Urgent :)
in thread Perl OO Help: Urgent :)

As I said before, $self->{lib} will contain the first element of the list returned from $lib->get_list('library').

The get_list() method apparently returns a list of items from $self->{items} for which $item->is('library') is true.

If that's still not clear to you, I'm not sure what else to tell you.