in reply to
How to get only files ending with a ,<word>
I think your regexp is too strict. Try changing it to
/,\b/
, I don't think there's much to match that you don't want.
Comment on
Re: How to get only files ending with a ,<word>
Download
Code
In Section
Seekers of Perl Wisdom