Help for this page

Select Code to Download


  1. or download this
    use OUILookup qw( get_oui_owner $oui_location );
    $oui_location = "oui2.txt";
    
  2. or download this
    package OUILookup;
    
    use strict;
    ...
        $oui_address = "http://standards.ieee.org/regauth/oui/oui.txt";
        $oui_location = "oui.txt";
    }