Help for this page

Select Code to Download


  1. or download this
    $OUILookup::oui_location = "oui.txt";
    
  2. or download this
    package Scrap::Foo;
    use strict;
    ...
        print $foobar;
    }
    1
    
  3. or download this
    use Scrap::Foo;
    use strict;
    $foobar = "Hello";
    Scrap::Foo::doit;