Help for this page
print map { "$prefix$_" } split /\n/, join '', @_
print map { "$prefix$_" } join('',@_) =~ m/([^\n]+\n?)/g