http://www.perlmonks.org?node_id=1016263

mimiandi has asked for the wisdom of the Perl Monks concerning the following question:

Hi just wondering what the cost of doing list assignment as below in perl? Very useful, but wondering if this costs more than than doing it otherways

 ($num, $num2) = ($num3, $num4);