|
|
| The stupid question is the question not asked | |
| PerlMonks |
RE: (Adam: JoinMapSplit) RE: One for the regexp fansby Anonymous Monk |
| on Aug 05, 2000 at 01:44 UTC ( #26279=note: print w/ replies, xml ) | Need Help?? |
|
How about using sprinf: $mac = join "", map {sprintf "%02s", $_} split '\.', $addr
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||