Help for this page

Select Code to Download


  1. or download this
    print map { "$prefix$_" } split /^/m, join('', @_), -1;
    
  2. or download this
    print map { "$prefix$_" } split /^/m, join '', @_;