in reply to Re: How to turn "HASH(0x1234567)" into a real HASH
in thread How to turn "HASH(0x1234567)" into a real HASH

Thanks, that did it!

my $hash = bless(\(0+hex $addr), "B::AV")->object_2svref;

Replies are listed 'Best First'.
Re^3: How to turn "HASH(0x1234567)" into a real HASH
by LanX (Saint) on Oct 13, 2017 at 17:02 UTC
    You are aware about the risks?

    Strings have no ref count!

    Cheers Rolf
    (addicted to the Perl Programming Language and ☆☆☆☆ :)
    Je suis Charlie!