in reply to Is it Possible to match contents in hash via a Regex?
@fld = split / /; if ($_ =~ "regex/); print "$1 $2, etc"; [download]