in reply to Re^3: Yet another perl-rename tool
in thread Yet another perl-rename tool

Personally I prefer to have the processing be done on a list while skipping exceptions, unless requested otherwise. That way I could take care of remaining *few* offending ones on case by case basis. Ideally, operation would be done quietly (unless asked to be verbose) and errors would go to standard error, which can be redirected to a file to avoid "dig[ging] through the output to fix rejected rename operations".