Help for this page
foreach my $i (@old_reflection) { chomp($i); ... # this is the same as $count = $count + 1; my $count++; }
... my $count=0; ... $count++; } ....