I'm fairly new to Perl. I wrote a script to rename my mp3 files in a given folder based on their metadata tags. My script works, however it only works if the actual file is in the same folder as the given folder. How do I fix that so it can take in any folder without going in that folder?
I...