Help for this page

Select Code to Download


  1. or download this
    $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;