Re: [tcltk-perl] RE: scalar($w->getOpenFile)
Brought to you by:
hobbs
From: Gisle A. <gi...@Ac...> - 2004-04-22 20:58:11
|
"Jeff Hobbs" <je...@Ac...> writes: > My question is, should I create the alternate "empty" list > as newSV(0) (== undef), or newSVpvn("", 0) (== "" I think)? newSVpvn("", 0) is the right choice. Does tcl have a concept similar to undef? --Gisle |