Synopsis 5 has a section on the return value from matches: http://www.wall.org/~larry/syn/S05.html#return_values_from_matches
However, it has nothing on the return values of substitutions. In perl 6 will these always return a match object? Or will it be as perl 5 and return the number of substitutions (or the empty string if none) Nicholas Clark