Help for this page

Select Code to Download


  1. or download this
         my $caller_pkg = caller();
        
    ...
        # class attribute access helpers
        *{$caller_pkg . '::__'} = \&__;
    
  2. or download this
     
     class 'Perl6::Object' => {
    ...
                ....
                ## rest of the code
    
  3. or download this
      
       name is Perl6::Object params is $VAR1 = {
    ...
                            }
            };