map { push @result, $_ if $_ } @{ $obj->method }; #### push @result, grep { $_ } @{ $obj->method };