Help for this page

Select Code to Download


  1. or download this
        $self->INDEX_FOO
    
    # or
    
        MyClass->INDEX_FOO
    
  2. or download this
    package MyRole;
    use Moo::Role;
    ...
    use Exporter 'import';
    
    our @EXPORT = ('INDEX_FOO');