Lines Matching refs:result
2581 # Massage the result
2934 # This is useful if you want to combine a string with the result of a
3018 my @result;
3029 @result = ( eval $content );
3032 return wantarray ? @result : $result[0];
3133 # default combiner (below), and the result becomes this target's
3191 # Finally done, return the result.
3520 # line and the CODEref does something with the result of the regexp.
3564 my @result = ();
3586 push @result, $token;
3591 print STDERR "DEBUG[tokenize]: ('", join("', '", @result), "')\n";
3593 return @result;