Help for this page

Select Code to Download


  1. or download this
    sub remove_newlines
    {
    ...
      my $clean_string = `echo -n $string`;
      return $clean_string;
    }