On Thu, Nov 02, 2017 at 04:34:43PM -0500, Todd Rinaldo wrote: > Dave, > > Will OP_MULTICONCAT address RT 6997 ? > > $ ./perl -w -e '($a,$b)=(42)x2; $a . $b' > Useless use of concatenation (.) or string in void context at -e line 1. > $ ./perl -w -e '($a,$b,$c)=(42)x3; $a . $b . $c' > (nothing) It could. I'll add it to my list -- Hofstadter's Law: It always takes longer than you expect, even when you take into account Hofstadter's Law.Thread Previous | Thread Next