Help for this page

Select Code to Download


  1. or download this
    has 'foo' => ( reader => 'foo' );
    
  2. or download this
    has 'foo' => ( accessor => 'foo' );
    
  3. or download this
    has 'foo' => ( reader => 'get_foo', writer => 'set_foo', accessor => '
    +foo' );