Help for this page

Select Code to Download


  1. or download this
    package My::New::OptionObject;
    use Moose;
    ...
        }
    );
    
  2. or download this
    
    my $o = My::New::Object->new(
        options => { ... pass in the args to the options here ... }
    );
    
  3. or download this
    $o->clear_options;
    
  4. or download this
    $o->set_all_options( { ... } );