in reply to Re: More Fileglob in scalar context question
in thread More Fileglob in scalar context question

kschwab,

I was under the impression that glob worked in this way now anyway, as opposed to the old way using the shell. If it does work the way I think, the "too many args" thing should be a thing of the past, no? And if that is true, it seems like it might be faster to get all of the files with one glob, and then loop through them.

Thanks,
Scott

  • Comment on Re: Re: More Fileglob in scalar context question