in reply to On quoting the lhs of '=>'
$ref = { BIRD.'' => 'Valery' }; $ref = { BIRD x 1 => 'Valery' }; $ref = { ::BIRD => 'Valery' }; [download]