Changeset 8300 in genesis
- Timestamp:
- Aug 10, 2010, 2:09:28 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified nodes/genesis-to-yaml.pl ¶
r8294 r8300 84 84 foreach $line (split('\n',$config{$if})) { 85 85 ($key, $value) = split(/=/,$line); 86 # Remove trailing and leading white spaces 87 $value =~ s/^\s+//; 88 $value =~ s/\s+$//; 86 89 if ($key and (lc($key) =~ /^[a-z].*/)) { 87 90 #print "$key : $value\n";
Note:
See TracChangeset
for help on using the changeset viewer.