tolto dump @din

This commit is contained in:
2017-09-04 21:36:47 +02:00
parent 134fc78aef
commit bc9ca701e3

View File

@@ -259,10 +259,10 @@ while (my $line = <FILE>) {
$CSVData[$idx++] = join( ';', splice(@NewData, 0, $ch)); $CSVData[$idx++] = join( ';', splice(@NewData, 0, $ch));
} }
#print Dumper \@NewData; #print Dumper \@NewData;
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 $$ >> Found Din not defined.\n"; print getTimeStamp("log") . " - pid $$ >> Din not defined.\n";
print getTimeStamp("log") . " - pid $$ >> Execution ended.\n"; print getTimeStamp("log") . " - pid $$ >> Execution ended.\n";
exit; exit;
}; };