in reply to Re: Calling a subroutine within a conditional
in thread Calling a subroutine within a conditional

I fixed that, but still get:
main::look_through_file() called too early to check prototype at recei +ve_annotations_B.pl line 47. main::create_output() called too early to check prototype at receive_a +nnotations_B.pl line 48.
:(

Replies are listed 'Best First'.
Re^3: Calling a subroutine within a conditional
by daxim (Curate) on Sep 03, 2012 at 12:46 UTC
    Where do you define the subroutines? If they are in the same package, move them above the main part of the code; that's better style anyway.