Help for this page

Select Code to Download


  1. or download this
    __PACKAGE__->define_attributes(qw/
        foo
        bar
    /);
    
  2. or download this
    sub import
    {
    ...
       *{"${caller}::define_attributes"} = \&define_attributes;
       *{"${caller}::import"} = \&import;
    }
    
  3. or download this
    {
        no strict 'refs';
    ...
            $i++;
        }
    }