Help for this page

Select Code to Download


  1. or download this
    package Whatever::Object::DBDAgnostic;
    
    ...
    }    
        
    1;
    
  2. or download this
    package Foo;
    
    ...
    # decorator methods go here
    
    1;
    
  3. or download this
    use Whatever::Object::DBDAgnostic qw(Whatever::Object::MySQL);