in reply to Re^3: A question about method return values and error checking
in thread A question about method return values and error checking

The OP had an oops moment when some (poorly documented?) method was mis-used. A blank return; could make that oops even worse, in a list context. Thence the recommendation to go with return undef.