Next Tricks of the Wizards 24

(No) Globs in Perl 6

        %Cookout::{'&grill'} := \&grill;
         my $calling_package = caller().package;
         my %Exporter::To:: := %{$calling_package _ '::'}
         ...
         %Exporter::To::{$name} := %Exporter::From::{$name}; 


Next Copyright © 2003 M. J. Dominus