in reply to How to Pass more than one file in perl MY function

If you prefer the syntax of regex to that of glob, you can glob the list as you do now and then clean it up with the perl function glob.
Bill
  • Comment on Re: How to Pass more than one file in perl MY function

Replies are listed 'Best First'.
Re^2: How to Pass more than one file in perl MY function
by Anonymous Monk on Sep 29, 2022 at 19:53 UTC
    clean it up with the perl function glob.

    no