in reply to Re: Regex from string
in thread Regex from string

No. The qw operator returns a list, splitting on whitespace. That will place only the last element of the list, \(hd[0-9],[0-9]\)), in $match.

After Compline,
Zaxo