Parse IPv4 addresses in traditional and CIDR formats
Net::IPv4Addr provides functions for parsing IPv4 addresses both in traditional address/netmask format and in the new CIDR format. There are also methods for calculating the network and broadcast address and also to see check if a given address is in a specific network.
Net::IPv4Addr provides functions for parsing IPv4 addresses both in traditional address/netmask format and in the new CIDR format. There are also methods for calculating the network and broadcast address and also to see check if a given address is in a specific network.
To install p5.32-net-ipv4addr, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install p5.32-net-ipv4addr
To see what files were installed by p5.32-net-ipv4addr, run:
port contents p5.32-net-ipv4addr
To later upgrade p5.32-net-ipv4addr, run:
sudo port selfupdate && sudo port upgrade p5.32-net-ipv4addr
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.