in reply to Re: anonymous subroutines assigning regexes to hash keys
in thread anonymous subroutines assigning regexes to hash keys
I want to grab all the stuff after the (text):. So the inner hash has the key, which is supposed to have the value of the text after the colon, and was thinking of using an anonymous subroutine to perform a regex and capture just what I wanted. Does this make sense?headline: this is the headline byline: this is the byline (and so on)
|
|---|