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


in reply to accessing the result of a match as an array

The question is wrong. Don't use two captures if you're only need one.
print "hello awesome" =~ /el.*(om)/;