in reply to Re^2: Exiting subroutine via next (that old chestnut)
in thread Exiting subroutine via next (that old chestnut)

'and' is an operator. The idea would be to return a true value from your subroutine if you want to skip that line, and a false value otherwise.
  • Comment on Re^3: Exiting subroutine via next (that old chestnut)