%dataItems = ( 'hi' => { 'to' => [ '85', '106' ], 'from' => [ '65', '86' ] }, 'bye' => { 'to' => [ '32', '53' ], 'from' => [ '12', '33' ] } ); $hiFrom = 65 and $hiTo = 106 $byeFrom = 12 and $byeTo = 53