in reply to How to Rename files in multiple directories with a Perl script using an array of hashes.

G'day ObiPanda,

Welcome to the Monastery.

"Glob is not my friend."

Without any examples of your "real subscription folder files", I can't give specific advice; however, here are some suggestions:

— Ken

  • Comment on Re: How to Rename files in multiple directories with a Perl script using an array of hashes.
  • Select or Download Code

Replies are listed 'Best First'.
Re^2: How to Rename files in multiple directories with a Perl script using an array of hashes.
by ObiPanda (Acolyte) on Jun 11, 2023 at 18:15 UTC

    Thank you. The Perldocs File::Glob documentation helped me with a mistake I was making. I may have been confusing Perl with another language, but I had thought that single quotes don't work with variables. I am not a programmer.

    It looks as though my issue may not be glob anymore.