Help for this page
my %pci_ids = { "9710", devices => { "NetMos Technology", ... ] } };
my $href; for $href (keys %pci_ids) { print "Vendor Id: $href:\n"; print("pci_ids{href}: ", ${$href}{devices}, "\n"); }