Help for this page
sub remove_newlines { ... my $clean_string = `echo -n $string`; return $clean_string; }