- or download this
1 899682 <B6>^E
1 899740 <B5>^E
...
1 901188 <B5>^E
1 901369 <B6>^E<B8>^E<BD>^E
1 901423 <B5>^E<BD>^E
- or download this
my $lineCount = 0;
foreach my $file (@whiFiles) {
...
close IN;
}
print "Line count is $lineCount\n";
- or download this
my $lineCount = 0;
foreach my $file (@whiFiles) {
...
close $HANDLE;
}
print "Line count is $lineCount\n";