my $obj = 'My'->new(list => [qw[ a b c ]]); $obj->list([ map uc, @{ $obj->list } ]);