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


in reply to Re: matching numeric range
in thread matching numeric range

This is probably closer to what I am looking for, thanks esskar, I have to play with the my @cp = $check =~ m!(\w)(\d+):(\d+):(\w)!; line, I've never done something like that.