Help for this page
$row_to_process =~ s/\s//g; # If you wanted to use tr/// (probably a bit faster here) $row_to_process =~ tr/ \n\t\r//d;