Hi,lists,

Seeing this code please:

our %sym = (
    name => 'flower',
    age  => 23,
);

print ${*{$::{sym}}{HASH}}{name};

The result of printing is : flower.

How to analyse the last sentence of that code?Thanks.

Reply via email to