in reply to Re^2: Corrupt Data?
in thread Corrupt Data?

I will (too) try to explain and detail almut's answer:
my @mac_addrs = ("0015FAA3F03A", "0015FAA3F03B", "0015FAA3F03C"); sub convert { return map { "AP" . join ".", unpack "(A4)*", lc $_ } @_; } print "$_\n" for convert(@mac_addrs);
Well: Got it?
[]s, HTH, Massa