%CpmRC = map /^(\d+)\W\d+\W\d+\W(\d+)/, ; # or... %CpmRC = map { (/\d+/g)[0,3] } ; # reads a bit nicer