Help for this page
$field =~ s/\s+$//;
if ($field =~ m/\r/) { $field =~ s/\n//g; ... elsif ($field =~ m/\n/) { $field =~ s/\n/<br>/g; }