in reply to Uninitialized or not?

Replies are listed 'Best First'.
Re: Re: Uninitialized or not?
by talexb (Chancellor) on Nov 27, 2002 at 18:30 UTC

    Hmm, disagree. According to your comment,

    foreach (undef) { print "foo\n"; }

    does nothing (well, you said 'meaningless') .. when in fact it prints out 'foo' once, since 'undef' can be interpreted as an array with a single calue, 'undef'.

    --t. alex
    but my friends call me T.