Help for this page

Select Code to Download


  1. or download this
    foreach (@FILES) {
                        my $newFile="$currentDir"."\/".$file;
                            my $curFile="$oldDir"."\/".$file;
    
  2. or download this
    foreach my $file (@FILES) {
                        my $newFile = $curDir."/".$file;
                        my $curFile = $newDir."/".$file;