Help for this page

Select Code to Download


  1. or download this
    My::DB->register_db(
      domain   => 'development',
    ...
      server_time_zone => 'UTC',
    );
    
  2. or download this
    # File: startup.pl
    use My::DB;
    ...
    {
      My::DB->default_domain('development');
    }