Kieren Diment wrote: > Mass renaming is quite simple on a system that has find: > > from the top level of your application: > > find . -exec perl -p -i -e 's/MyApp/MyNewApp/g' {} \; maybe with a -name '*.pm' or similar in there for good effect :)