Built-In Functions
Existance Functions
- No, these are NOT functions for discovering the meaning of life...
- Perl provides two functions to respectively test for the existance of
and to "uncreate" variables
- The defined() function
- The undef() function
- Both functions work on variables of any class
- Scalar
- List
- Associative array
- or even Subroutines!