in reply to Re^2: defined or undef
in thread defined or undef
Undefined is a special *scalar* value. It makes no sense to call an array undefined, so that should read
print ( @rtnVal ? " not empty \n" : " empty \n" );
Whether getElementsByTagName returns an list or not is irrelevant. I was asking what did you want getCBLValue to return.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: defined or undef
by kevind0718 (Scribe) on Oct 30, 2007 at 15:49 UTC | |
by kevind0718 (Scribe) on Oct 30, 2007 at 15:56 UTC |