in reply to Re^3: Lexical scoping like a fox
in thread Lexical scoping like a fox
It's the difference between "existing but having an undefined value (what you get when a variable is declared but not initialized -- ie. defined($var) returns false) vs. "existing with a defined value (what you get when you declare and initialize).
|
---|