Help for this page

Select Code to Download


  1. or download this
    for ($i=1 ;$i<=$number ; $i++) {
      $conductordata{"conductor$i"} = 
        [$values{"radius$i"}, $values{"length$i"}]
    }
    
  2. or download this
    for (keys %conductordata) {
      print "$conductordata[0] $conductordata[1]\n";
    }