Help for this page

Select Code to Download


  1. or download this
    use Class::Autouse;
    Class::Autouse->autouse_recursive( 'Module::Root' );
    
  2. or download this
    $state->method();
    
  3. or download this
    use Class::Autouse qw{:superloader};
    
    $anyclass->anymethod;