Help for this page
$OUILookup::oui_location = "oui.txt";
package Scrap::Foo; use strict; ... print $foobar; } 1
use Scrap::Foo; use strict; $foobar = "Hello"; Scrap::Foo::doit;