- or download this
foreach my $key ( %${hashref} ){
....
}
- or download this
product name 1
HASH(0xffffffff)
product name 2
HASH(0xffffffff)
- or download this
for my $key (keys %$hashref) {
- or download this
print $key->{'ProductName'}
- or download this
print $hashref->{$key}{ProductName};