$counter++; open COUNTER, '>', $counter_file or die "Cannot open $counter_file: $!"; print COUNTER "$first_line$counter\n"; close COUNTER;