in reply to Re: conf file in Perl syntax
in thread conf file in Perl syntax
The only thing I need is a little piece of code that will get all the hostnames into an array @hostnames and all the IPs into an array @ips. Is this possible? Thank you![hosts] # hostname = IP host_1 = 192.168.1.1 host_2 = 192.168.1.2 host_3 = 192.168.1.3
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: conf file in Perl syntax
by GrandFather (Saint) on Jun 11, 2009 at 21:11 UTC | |
Re^3: conf file in Perl syntax
by Anonymous Monk on Jun 11, 2009 at 12:34 UTC |