On Tue, 08 Aug 2000 13:03:16 +0200, Bart Lateur wrote:

>If you mean that you MUST use "sub", I object. If you mean that the
>"sub" may not be used, I agree.

Addendum. I would propose that

        BEGIN {
            ...
        }

would be what it is now, and that

        sub BEGIN {
            ...
        }

would be just a plain user defined sub.

That's what it looks like to ordinary users unfamiliar with Perl's
current behaviour, IMO.

-- 
        Bart.

Reply via email to