http://qs321.pair.com?node_id=346413


in reply to exiting via next: Extra careful or just bitchy?

next (perldoc -f next) is for skipping over a loop iteration. Since your subroutine does not appear to be a loop, you should probably use something like return (perldoc -f return) to exit the subroutine. Read the caveats in the documentation, though. ;)

--
Damon Allen Davison
http://www.allolex.net

  • Comment on Re: exiting via next: Extra careful or just bitchy?

Replies are listed 'Best First'.
Re: Re: exiting via next: Extra careful or just bitchy?
by Roy Johnson (Monsignor) on Apr 19, 2004 at 19:20 UTC
    Not exit! Maybe you mean return.

    The PerlMonk tr/// Advocate
      Not exit! Maybe you mean return.

      Indeed I did! And I typed the wrong one twice. I'll fix it now. Mysterious non-functioning code... ;)

      --
      Damon Allen Davison
      http://www.allolex.net