Help for this page

Select Code to Download


  1. or download this
    $_ = '525400eb8b36';
    die "Invalid input\n" if length != 12 or /[^[:xdigit:]]/;
    print join ':', unpack '(A2)*';
    
  2. or download this
    use Net::MAC;
    print Net::MAC->new( mac => '525400eb8b36' )->as_Sun();