Help for this page

Select Code to Download


  1. or download this
    interfaces.ifTable.ifEntry.ifDescr.1 = STRING: Ethernet1
    interfaces.ifTable.ifEntry.ifDescr.2 = STRING: Ethernet2
    interfaces.ifTable.ifEntry.ifDescr.3 = STRING: Serial0
    
  2. or download this
    my %values;
    foreach $column (@columns) {
    ...
    }  
    chop $line;             
    print CSV $line."\n";