Help for this page

Select Code to Download


  1. or download this
    __PACKAGE__->define_attributes(qw/foo bar/);
    
  2. or download this
    sub define_attributes { qw(foo bar) };
    
  3. or download this
    sub attrs : Attributes { qw(foo bar) };