Help for this page

Select Code to Download


  1. or download this
    foreach $f (@files) {
      open FILE, $f or die "Error: $!";
    ...
      }
      close FILE;
    }
    
  2. or download this
      $hash{machinename}{config}=["2000"]
      $hash{machinename}{speed}=["19200"]
      $hash{machinename}{setting}=["value1", "value2", "value3"]
      $hash{machinename2}{config}=["2020"]
      etc.