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


in reply to Re^3: Hash of Regex
in thread Hash of Regex

Empty elements (lists) in a list collapse,  e.g. (1, (), 2, 3, (), (), 4) is the same as (1, 2, 3, 4).