in reply to Re^4: 'return:' instead of 'return'
in thread 'return:' instead of 'return'
And the last statement in a sub seems to be excluded from 'useless use of constant' warnings, I didn't know that.
It's not exclude. The reason why you don't see this warning, is because a constant as the last statement in a sub is not useless at all.
|
|---|