in reply to Simple query regarding unpack/splice
with@datapoint = splice(@values, 0, $x);
push @datapoint, splice(@values, 0, $x);
That is, you want to add a new entry to the datapoint array.
While you're at it, you might want to
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Simple query regarding unpack/splice
by sf_ashley (Sexton) on May 08, 2008 at 16:41 UTC |