Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

(tye)Re: Allowing user to change module variables

by tye (Sage)
on Jul 19, 2001 at 20:38 UTC ( [id://98132]=note: print w/replies, xml ) Need Help??

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";
    }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://98132]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (5)
As of 2024-04-18 20:18 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found