Help for this page

Select Code to Download


  1. or download this
    opendir(DIR, '.') || die "Couldn't opendir: $!\n";
    
    ...
        }
        rename($filename, $new_name) unless $filename eq $new_name;    
        close(DIR);
    
  2. or download this
    Insecure dependency in rename while running with -T switch at ...