Perl Programming/Keywords/undef

Previous: umask Keywords Next: UNITCHECK

The undef keyword

undef undefines the expression that follows the function. The expression must be an lvalue. This function is used only on scalars, arrays (using @), a hash (using %), a subroutine (using &), or a typeglob (using *).

Syntax

  undef EXPR
Previous: umask Keywords Next: UNITCHECK
Category:Book:Perl Programming#Keywords/undef%20
Category:Book:Perl Programming