Todd, AFAIK Perl’s culture is not to use so many constants in actual programming. :)
Tom On Fri, Dec 6, 2019 at 3:47 PM ToddAndMargo via perl6-users < perl6-us...@perl.org> wrote: > Hi All, > > Its there a way, if you import a module that is also > imports a bunch of constants into your main program > to be used globally? > > If so, what is the syntax in the module and in the main program? > > And what happends if there is a name conflict between > the module and main program? > > Many thanks, > -T >