in reply to Re^2: nodelocked vs floating
in thread nodelocked vs floating

Must be an older perl :(

Replace

$hash{$product}->%*

with

%{ hash{$product}}

Replies are listed 'Best First'.
Re^4: nodelocked vs floating
by vkknava (Novice) on Nov 23, 2018 at 06:31 UTC
    I am using strawberry version.I think it should be for my $license (sort grep /^Node/, keys %{$hash{$product}}