Examples ($a,$b,$c) = (1,2,3); ($e,@array) = @array; Swap values of $a and $b using these operators: ($b, $a) = ($a, $b);