Net::Address::Ethernet
======================

Finds the hardware ethernet address of the local machine.  
The ethernet address is a 6-byte value that is formatted as 
hex digits with colon between.  
For example, 00:03:2A:47:65:EE


INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make test
   make install


COPYRIGHT AND LICENSE

Copyright (C) 2003 Martin Thurn

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself. 

