in reply to Re: How to Pass more than one file in perl MY function
in thread How to Pass more than one file in perl MY function
Nice. I didn't expect that to work, but it does. I couldn't find any spec on what is allowed in the glob syntax, all I knew for sure was * and ?. I didn't know about a character set. Learned something new - thanks.