Help for this page

Select Code to Download


  1. or download this
    Unquoted string "i" may clash with future reserved word at ...
    
  2. or download this
    system ("rm", "-fr", $files[i]);
    
  3. or download this
    system ("rm", "-fr", $files[$i]);
    
  4. or download this
        system 'rm', '-fr', $files[0];