in reply to Re: Re: Re: Do-nothing loops
in thread Do-nothing loops

I'm a bit confused by your post. Running your code, it prints "Empty arrays are undefined", as it should...

Replies are listed 'Best First'.
Re5: Do-nothing loops
by blakem (Monsignor) on Mar 17, 2002 at 10:21 UTC
    5.6.1 gives me this (when warnings are turned on)
    defined(@array) is deprecated at ./emptydefined.pl line 5. (Maybe you should just omit the defined()?) Empty arrays are undefined
    However, 5.00503 does not trigger this warning.

    -Blake