Help for this page

Select Code to Download


  1. or download this
    map { push @result, $_  if $_ } @{ $obj->method };
    
  2. or download this
    push @result, grep { $_ } @{ $obj->method };