References to special variables in subscripts or hash keys during string interpolation generates incorrect code
snoopyjc opened this issue · 1 comments
snoopyjc commented
References to special variables in subscripts or hash keys during string interpolation generates incorrect code. For example:
"$arr[$_]"
"$hash{$1}"
snoopyjc commented
Fixed in 0.932: https://github.com/snoopyjc/pythonizer