Chaim Frenkel writes:
> I would like to have an undef returned.

Ah, I see.  You want subroutines to return undef if they're given it
for any of their arguments.  That'd break the lazy programmer practice
of passing undef expecting it to become "" or 0.  They don't have
warnings on, of course.

Nat

Reply via email to