http://qs321.pair.com?node_id=309962


in reply to Why get() and set() accessor methods are evil

Shouldn't the example code be...

my $obj = OOtest->new(); foreach my $tmp ( @{ $obj->get_array() } ) { # process list }

update: guess so since you changed it (well you changed them both to get_list) :)


___________
Eric Hodges