in reply to Re: How to find matching file names and build and @AOA using File::Find
in thread How to find matching file names and build a @AOA using File::Find

Please do not use the <*> syntax. Please. Use glob '*' instead. Thanks.