tolta staampa array
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user