in reply to Re: value returned on m// failurein thread value returned on m// failure
yes undef is false but causes problem if used as is when some non undef value is expected. thus the addition of '|| 0' in the function.