Re: Push to AoA

2009-05-14 Thread Telemachus
On Wed May 13 2009 @ 9:22, Steve Bertrand wrote: > Jim Gibson wrote: > > The first argument of push should be an array, not a scalar (even if that > > scalar is a reference to an array). > > > > push( @{$graph_data->[0]}, $x_axis ); > > I'll have to do a bit of reading, because I can't remem

Re: Push to AoA

2009-05-13 Thread Steve Bertrand
Jim Gibson wrote: > On 5/13/09 Wed May 13, 2009 4:48 PM, "Steve Bertrand" > scribbled: > >> Hi all, >> >> I'm trying to push a scalar onto an array. The array I'm trying to >> push() to is the first element of another array. I can't figure out what >> I'm missing. It would be appreciated if som

Re: Push to AoA

2009-05-13 Thread Jim Gibson
On 5/13/09 Wed May 13, 2009 4:48 PM, "Steve Bertrand" scribbled: > Hi all, > > I'm trying to push a scalar onto an array. The array I'm trying to > push() to is the first element of another array. I can't figure out what > I'm missing. It would be appreciated if someone could point me in the >