in reply to Re: $1[ in thread $1[
Problem I was solving was more complicated, I only left some context in which I have used square brackets. I've simplified for show a problem of interpreting '$1[', which looks to me as a bug.
Re^3: $1[
by Anonymous Monk on Feb 06, 2019 at 12:34 UTC
|
No, for sure it is not a bug. When in doubt use the ${name} form inside of double quoted strings, or other contexts with similar rules. This could have happened with a var named $foo demerphq (dmq but i can't be bothered to log in)
| [reply] |
|
| [reply] |
|