in reply to Re^3: NetDB - Problem with perl module NET:MAC:Vendors
in thread NetDB - Problem with perl module NET:MAC:Vendors

You are right!!! Docu is wrong! But... still no luck at all :( without file:// it shows no error, but still not translating...
#!/usr/bin/perl use strict; use Net::MAC::Vendor; Net::MAC::Vendor::load_cache("/opt/netdb/netmacvendor/oui.txt"); # Vendor code lookup my $winmac = "90:2b:34:38:44:0d"; my $vendor_ref = Net::MAC::Vendor::fetch_oui_from_cache( $winmac ); print "Vendor is: $vendor_ref \n"

This outputs nothing...

I am using http://standards.ieee.org/regauth/oui/oui.txt