Undefined values: Difference between revisions

m
(slight correction)
Line 21:
# Give the variable an undefined value.
$var = undef;
# or, equivalently:
undef $var;
 
# Check to see whether it is defined after we've explicitely
Anonymous user