tolta staampa array
This commit is contained in:
@@ -449,7 +449,7 @@ while ( my $line = <FILE> ) {
|
|||||||
|
|
||||||
#$NodeData =~ s/\r\n\z//;
|
#$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;
|
#$NodeData =~ s/Dis\./N\/A/g;
|
||||||
@NewData = grep /\S/, split( /\||;/, $NodeData );
|
@NewData = grep /\S/, split( /\||;/, $NodeData );
|
||||||
@@ -460,8 +460,9 @@ while ( my $line = <FILE> ) {
|
|||||||
join( ';', splice( @NewData, 0, $ch ) );
|
join( ';', splice( @NewData, 0, $ch ) );
|
||||||
}
|
}
|
||||||
|
|
||||||
#print Dumper \@NewData;
|
#print Dumper \@CSVData;
|
||||||
#print Dumper \@din;
|
#print Dumper \@din;
|
||||||
|
|
||||||
}elsif ( $tooltype eq "LOC" ) {
|
}elsif ( $tooltype eq "LOC" ) {
|
||||||
if ( !defined $din[0] ) {
|
if ( !defined $din[0] ) {
|
||||||
print getTimeStamp("log"). " - pid $$ >> Din not defined.\n";
|
print getTimeStamp("log"). " - pid $$ >> Din not defined.\n";
|
||||||
|
|||||||
Reference in New Issue
Block a user