Help for this page

Select Code to Download


  1. or download this
    if (/ /) {
        $newfile =~ s/\(.*\) *\(.*\)/\./;
    
  2. or download this
    if ($filename =~ / /) {
        $newfile = $filename;
        $newfile =~ s/ /./g;