|
NAMEMunin::Node::Configure::HostEnumeration - Takes a list of hosts, and returns the corresponding IPs in dotted-quad form.SYNOPSIS@hosts = ('switch1', 'host1/24', '10.0.0.60/30'); foreach my $host (expand_hosts(@hosts)) { # ... } SUBROUTINES
Visit the GSP FreeBSD Man Page Interface. |