in reply to Re: Tell me how it works!
in thread Tell me how it works!

Hmmm... That is not what the documentation says (at least for versions 5.10 and 5.8.8)

undef - Undefines the value of EXPR, which must be an lvalue. Use only on a scalar value, an array (using "@"), a hash (using "%"), a subroutine (using "&"), or a typeglob (using "*")

citromatik