From 9587e037be7132486dc4724eda4bb33a1e8e1b40 Mon Sep 17 00:00:00 2001 From: battilo Date: Sat, 10 Nov 2018 18:51:02 +0100 Subject: [PATCH] tolta staampa array --- LoadCSVData.pl | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/LoadCSVData.pl b/LoadCSVData.pl index ae3eee0..0b4bc4d 100644 --- a/LoadCSVData.pl +++ b/LoadCSVData.pl @@ -449,7 +449,7 @@ while ( my $line = ) { #$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 = ) { 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";