in reply to Re: using s/// to remove file extensions
in thread using s/// to remove file extensions

File::Basename might also be useful. Its got info on parsing out filenames (directories, basenames and extensions). I use the fileparse function to break apart the file name for renaming purposes.
  • Comment on Re^2: using s/// to remove file extensions