Help for this page
while ($string =~ /(\s+\|)/) { $string =~ s/$1/\|/; }
while ($string =~ /(\s+\;)/) { $string =~ s/$1/\;/; }