Posts Tagged ‘Perl6’

our $AUTHORITY

So what is the business with the following global variable I keep seeing in CPAN modules these days? our $AUTHORITY; So I searched a bit to figure it out, and found it made its way from Perl 6. A description of its use in Perl 6 can be found in Synopsis 11: Modules. Essentially Perl […]