NAME
NetObj::MacAddress::Formatter::Base16 - formatting MAC addresses in base16 hex format
VERSION
version 1.0.2
SYNOPSIS
use NetObj::MacAddress::Formatter::Base16; # implicit for base16 format
my $mac = NetObj::MacAddress->new('080020abcdef');
$mac->to_string('base16'); # '080020abcdef'
DESCRIPTION
Helper module to format a MAC address as a string in hex base16 format.
METHODS
format
Method to do the actual formatting. Used by NetObj::MacAddress
.
AUTHOR
Elmar S. Heeb <elmar@heebs.ch>
COPYRIGHT AND LICENSE
This software is Copyright (c) 2015 by Elmar S. Heeb.
This is free software, licensed under:
The GNU General Public License, Version 3, June 2007