in reply to Push array to hash
push( @{ $self->{"lags"} }, {%lag_detail} );
This would push a reference to an anonymous hash which contains a current copy of your hash.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Push array to hash
by AnomalousMonk (Archbishop) on Jun 24, 2020 at 20:31 UTC |