Help for this page

Select Code to Download


  1. or download this
    push @ops, "rename(".text_to_perl_lit($file_from).", ".text_to_perl_li
    +t($file_from).");";
    ...
    ...
    } else {
       eval $program;
    }
    
  2. or download this
    sub xrename {
       if ($preview) {
    ...
    }
    
    xrename(...);