http://qs321.pair.com?node_id=459705


in reply to Re^3: How to increment a MAC Address?
in thread How to increment a MAC Address?

if $_ holds your string, then this should increment it
$_ = join ":",unpack "A2"x6, substr( ('0' x 12 . (1 + join '',split /:/,$_))), -12)