in reply to Re: How do I get the local internet IP address?
in thread How do I get the local internet IP address?
Net::Address::IP::Local is easier to use, more reliable, and cross-platform...
use Net::Address::IP::Local; my $address = Net::Address::IP::Local->public;
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Answer: How do I get the local internet IP address?
by Your Mother (Archbishop) on Aug 14, 2008 at 06:53 UTC |