in reply to Watch the value of hash key in perldebug
well
> $hash{key}{key}{key} = "value".
and
> $hash->{key}->{key}->{key}
are two different things.
How can I reproduce your problem?
Cheers Rolf
(addicted to the Perl Programming Language :)
Wikisyntax for the Monastery
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Watch the value of hash key in perldebug
by LanX (Cardinal) on Nov 26, 2020 at 15:11 UTC |