in reply to Re: Re: Push corrupting data
in thread Push corrupting data

As I know very well since yesterday, dereferencing a hashref like this actually makes a copy of it. So when you do {%{$hash}} you create a new hashref that points to a new copy of whatever data $hash pointed to. That's why it works :).

CU
Robartes-