my @temp=(1,2,3); print "$temp[0] .. $temp[1] .. $temp[2]\n"; push(@temp,shift(@temp)); ($a,$b,$c)=@temp; print "$a .. $b .. $c \n";
In reply to Re: interchanging variables the tough way
by vaevictus
in thread interchanging variables the tough way
by ANKUR
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |