develooper Front page | perl.perl5.porters | Postings from November 2017

Re: announcing a new op, OP_MULTICONCAT

Thread Previous | Thread Next
From:
Dave Mitchell
Date:
November 4, 2017 11:59
Subject:
Re: announcing a new op, OP_MULTICONCAT
Message ID:
20171104115902.GD6041@iabyn.com
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


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About