|
> I mean: if I can pass something to a function, and I can get it back from a > call... well it is a value! That is true. But you cannot pass 'undef' to a function or return an 'undef' from a function (anymore than you can pass 'while' to a function). -- Roberto