http://www.perlmonks.org?node_id=1007426


in reply to Re^3: Regular expression to list all files of type in folder
in thread Regular expression to list all files of type in folder

Unless I'm mistaken and missed some un-commented update, you added a '.+?' to the beginning of the OP's regex. So I still don't understand why you think that will match any better, as the '.+?' is superfluous.