On Fri, 12 Apr 2002 12:00:54 +0100 (BST), Jonathan E. Paton wrote:

>Many perl features are core, that don't need to be...
>e.g. networking/unix permissions stuff.  Removing these makes a far cleaner
>language.

Amen to that. For example, I find it pretty amazing that fcntl() is part
of the language, and cwd() isn't.

So why does fcntl(), or flock(), have to be part of the core language,
if you have to import the constants from a module anyway? Put the
functionality and the constants in the same module, that's what I say.

-- 
        Bart.

Reply via email to