my $starting_point; my $continue_tag = "TRUE"; while ($continue_tag == "TRUE"){ look_through_file ($starting_point, $continue_tag); create_output (@array_of_lines, $entry_no_new); } #### main::look_through_file() called too early to check prototype at receive_annotations_B.pl line 47.