Help for this page
print map { "$prefix$_" } split /^/m, join('', @_), -1;
print map { "$prefix$_" } split /^/m, join '', @_;