in reply to (Golf!) Re^2: better way to convert a string into an array and an hash
in thread better way to convert a string into an array and an hash

Surely, %h=/\d+/g;@a=/(\d+):/g; would be closer to what's wanted :)