# rotate @array left my $temp=shift @array; push(@array,$temp); # rotate @array right my $temp=pop @array; unshift(@array,$temp);
In reply to Re: Array manipulation how to
by chessgui
in thread Array manipulation how to
by chessgui
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |