# class method sub get_list { my $self = shift; return @{ $self->list() }; }