Help for this page

Select Code to Download


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