Help for this page

Select Code to Download


  1. or download this
    foreach my $file (@fileet) {
            my $newfile = $file;
    ...
            $newfile =~ s/ö/ö/g;
            move("$path/$file", "$path/$newfile");
    }
    
  2. or download this
    move("$path/$file", "$path/$newfile");