http://qs1969.pair.com?node_id=826947


in reply to Re^6: regex trouble
in thread regex trouble

You probably only need one opening bracket in the beginning and one closing in the end:

m/(v\d{2}\.\d{2}-[a-z]\d{3})/

Brackets should usually match - for every opening bracket there must be one closing bracket.