in reply to Memory Management and Array references
but this is unlikely to be the source of your problem. Can you produce a complete but stripped down bit of code that reproduces this problem? Then we could run it on our own machines and advise you better. ie something that just initialises the array, then calls next repeatedly.{ my @array = ....; push (@{$self->{files}}, \@array); }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Memory Management and Array references
by crabbdean (Pilgrim) on May 25, 2004 at 13:14 UTC |