On Sun, Aug 29, 2021 at 11:46 PM Yuki Kimoto <kimoto.yuki@gmail.com> wrote: > > 2021-8-27 21:08 Paul "LeoNerd" Evans <leonerd@leonerd.org.uk> wrote: > >> >> #!perl >> use v5.40; >> say "The reftype of arrays is ", reftype []; >> >> >> > There is one point I would like PSC to add to the discussion. > > Are all builtin functions imported to the "main" namespace? > > Or, are just only the functions we consider very important imported to the > "main" namespace? > > I would like to add this to the discussion because the "main" namespace is > also the user's space, so smaller conflicts are better. > It won't go into any namespace if it is implemented as a lexical keyword like you get from feature.pm. -DanThread Previous | Thread Next