in reply to Erm? Bug or not? Weird behaviour in hash / list conversion

Just to add some detail,
DB<1> print join( '|', %{{ }} = (1,2,1,4,1,6,1,8) ); DB<2> 1||1|8|1||1|8
but otherwise I'm mystified too