in reply to Re^2: Please find out the mistake in substitution function in the code??
in thread Please find out the mistake in substitution function in the code??

Using the arrays you have already loaded:

%hash = map { $nets[$_] => $enabled_nets[$_] } 0..$#nets;
Dum Spiro Spero
  • Comment on Re^3: Please find out the mistake in substitution function in the code??
  • Download Code