wstarrs has asked for the wisdom of the Perl Monks concerning the following question:
⭐ (arrays)
I am trying to read files from a specific folder and place them into a list in my Perl code, I then need to take this list and sort it, what is the easiest way to do this?
Thanks, Bill
Originally posted as a Categorized Question.
Comment on How do I read files from a folder and place them into a list?