perl -MO=Deparse -e "$h{512_x64} = 10; print $h{512_x64}, qq/\n/;" #### x operator stringifies it, so that the number 512 is stringified and repeated 64 times.

In your definition (ie, %h = ( 512_x64 => 'value' );