Help for this page

Select Code to Download


  1. or download this
    map { join '.', unpack "CCCC", scalar $_->address() } 
        Net::Interface->interfaces();
    
  2. or download this
    grep { $_ eq $ip }
      map { join '.', unpack "CCCC", scalar $_->address() }
      Net::Interface->interfaces();