use strict; my $contents = param("$a"); #### my @contents = split( /\n/, $contents ); $contents = join( "
", @contents ); ##
## $contents =~ s/\n/
/g;