Help for this page

Select Code to Download


  1. or download this
    opendir();
    readdir();
    ...
      move("./path/$i", "/tmp/$i");   #   if (-e "./path/$i");
    }
    closedir DIR;
    
  2. or download this
    
    next unless(-f "./path/$i" || !grep{$_=~/$i/g}22..50);