tolta staampa array

This commit is contained in:
2018-11-10 18:51:02 +01:00
parent 7c6c3f8de0
commit 9587e037be

View File

@@ -449,7 +449,7 @@ while ( my $line = <FILE> ) {
#$NodeData =~ s/\r\n\z//;
if ( $tooltype eq "MUX" or $tooltype eq "MUSE" ) {
if ( $tooltype eq "MUX" or $tooltype eq "MUSA" ) {
#$NodeData =~ s/Dis\./N\/A/g;
@NewData = grep /\S/, split( /\||;/, $NodeData );
@@ -460,8 +460,9 @@ while ( my $line = <FILE> ) {
join( ';', splice( @NewData, 0, $ch ) );
}
#print Dumper \@NewData;
#print Dumper \@CSVData;
#print Dumper \@din;
}elsif ( $tooltype eq "LOC" ) {
if ( !defined $din[0] ) {
print getTimeStamp("log"). " - pid $$ >> Din not defined.\n";