this:
for (keys(%{$ini{$hostnames[$i]}})) { push @slots,$_; push @ifindices,${$ini{$hostnames[$i]}}{$_}; }
how can I use it? $i is the variable inside the for loop (my $i). What I am trying to do is:
to associate slots with indices for every host (performance section, pop1 & pop2). The simplest way I thought was with an ini file (since I have worked before with ini files.)
Thanks!
In reply to Re^2: Ini files
by Ravendark
in thread Ini files
by Ravendark
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |