in reply to Re: Re: Printing out multiple array lists and more!
in thread Printing out multiple array lists and more!
into the code you see. Oh, and I used scalar probably without need, but I wanted to make sure that the shift statement didn't pull off more than one element.if ($a[0]==$i) { printf "%5s",$a[0]; shift @a; }
|
|---|