Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re^3: How to increment a MAC Address?

by imperl (Novice)
on May 23, 2005 at 10:30 UTC ( [id://459499]=note: print w/replies, xml ) Need Help??


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

yes, i know 99 is not valid, just that im simulating something out here, where i require the value as 99 and not in hex.

Replies are listed 'Best First'.
Re^4: How to increment a MAC Address?
by dcd (Scribe) on May 23, 2005 at 20:35 UTC
    if $_ holds your string, then this should increment it
    $_ = join ":",unpack "A2"x6, substr( ('0' x 12 . (1 + join '',split /:/,$_))), -12)

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://459499]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others scrutinizing the Monastery: (4)
As of 2024-04-18 00:32 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found