in reply to Finding files , rename then and copy them

I echo the above, and add also that for file munging, another very useful module is File::Basename.

If you're using a regex for separating the file name from the full file path, eg, stripping out the directory, like I was for a while before I realized about F::B, then you need this module. Hope this helps!

  • Comment on Re: Finding files , rename then and copy them