http://www.perlmonks.org?node_id=991589


in reply to Re: Passing variables into a subroutine
in thread Passing variables into a subroutine

Is something like the following equally cool?
sub look_through_file ($$) { my ($start_point, $continue_tag) = @_;