my $i = 0; my ($j, $k) = ($i++, $i++); #Pre-increment print "\$j: $j\t\$k: $k\n";