in reply to Re^3: variable inside hash key
in thread variable inside hash key
The problem with this is, i need to use the output &$key_MS, with in a hash key and it may not work
my $key_MS = sub { "R3R3_${pic}_IF"; }; print "set service-interface $v->{&$key_MS}.0\n";
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: variable inside hash key
by Anonymous Monk on Apr 06, 2016 at 12:23 UTC | |
by Anonymous Monk on Apr 07, 2016 at 04:54 UTC |