Help for this page

Select Code to Download


  1. or download this
    use My::Config 'test';
    
    ...
    
        #initialize DB connection here
    }
    
  2. or download this
    package My:ORM;
    
    ...
    
    # Need to run My::Config::import()
    # Need to run My::ORM::import() or something similiar
    
  3. or download this
    package My::ORM::Model;
    
    use base My::ORM;