in reply to Erm? Bug or not? Weird behaviour in hash / list conversion
DB<1> print join( '|', %{{ }} = (1,2,1,4,1,6,1,8) ); DB<2> 1||1|8|1||1|8 [download]