Help for this page

Select Code to Download


  1. or download this
    # untested
    
    ...
      croak "bad method name $AUTOLOAD";
    }
    
  2. or download this
    sub _default_foo { ... }
    sub _default_bar { ... }
    ...