Help for this page

Select Code to Download


  1. or download this
    has 'visitors' => (
        is => 'ro',
        writer => '_set_visitors',
        init_arg => undef,
    );
    
  2. or download this
    $self->_set_visitors( ... );
    
  3. or download this
    MyClass->new( visitors => ... )