use Storable qw(dclone); my $copy = dclone($some_ref); #### use Clone qw(clone); my $copy = clone($some_ref); #### @copy = thaw freeze $hashref