in reply to loop thru 3-element array?
while (@dynval3) { # warning, eats it up my ($newname, $name, $val) = splice @dynval3, 0, 3; ... }
-- Randal L. Schwartz, Perl hacker
Be sure to read my standard disclaimer if this is a reply.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: loop thru 3-element array?
by tachyon (Chancellor) on Sep 27, 2004 at 23:44 UTC | |
|
Re^2: loop thru 3-element array?
by ysth (Canon) on Sep 28, 2004 at 06:47 UTC |