in reply to Re^3: define a hash-value, using hash-ref and a list of keys
in thread define a hash-value, using hash-ref and a list of keys

Hi Rolf, this is what I needed... having an older perl-version,I used for my $key (@keys) { $href =  $href->{$key} = {} unless defined $href->{$key};} is this notation {} having a specific usage or name ? Anyway, many thanks for the suggestion !!!

Replies are listed 'Best First'.
Re^5: define a hash-value, using hash-ref and a list of keys
by LanX (Saint) on Oct 30, 2014 at 10:44 UTC