@datan = ("1","2","3","4","5","6"); while ( my @x = splice(@datan, 0, 3) ) { print join(" ",@x), "\n"; }
In reply to Re: Break an array. I think.
by borisz
in thread Break an array. I think.
by vox2000
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |