On 09/14/2018 04:37 PM, Brandon Allbery wrote:
"{$x}::{$y}"
Most of my programming before Perl 5 was bash. I did a lot of "${x}abc" to keep the variables from being confused with each other. I carried the practice over to perl 6 with "{$x}abc" but the developers over on the chat line told me not to do it. I don't remember why, (I just do everything they tell me.) Now I just use an escape or a ~