Help for this page

Select Code to Download


  1. or download this
    package MAC;
    
    ...
      return join(":", @hexmac);
      }
      1;
    
  2. or download this
    use strict;
    use warnings;
    ...
    
    print $mac->decrease(256) . "\n";
    print $mac->decrease(16777216) . "\n";