Changeset 38828
- Timestamp:
- Oct 9, 2015, 6:27:30 PM (11 years ago)
- File:
-
- 1 edited
-
trunk/ippToPsps/config/parse_vot.pl (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippToPsps/config/parse_vot.pl
r37722 r38828 5 5 #$wiki=1; 6 6 $csv = 1; 7 $csv_write_descriptions = 1; 7 8 $infield = 0; 8 9 $intable = 0; … … 85 86 $intable = 1; 86 87 if ($csv) { 87 print "$name\n"; 88 if ($csv_write_descriptions) { 89 print "$name,"; 90 } 91 else { 92 print "$name\n"; 93 } 88 94 } else { 89 95 print "---------------------------\n"; … … 99 105 if ($csv) { 100 106 $dostuff = 1; 107 if ($csv_write_descriptions) { 108 print "\"$t\"\n"; 109 } 101 110 } else { 102 111 print "$t\n";
Note:
See TracChangeset
for help on using the changeset viewer.
