Esmith::DomainsDB

From SME Server
Revision as of 16:21, 10 December 2013 by Stephdl (talk | contribs) (Created page with "NAME esmith::DomainsDB - interface to esmith domains database in a root terminal you can do perldoc -U esmith::DomainsDB === SYNOPSIS === use esmith::DomainsDB; ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

NAME esmith::DomainsDB - interface to esmith domains database in a root terminal you can do

perldoc -U esmith::DomainsDB

SYNOPSIS

use esmith::DomainsDB;

          my $c = esmith::DomainsDB->open;
  1. everything else works just like esmith::DB::db

DESCRIPTION

This module provides an abstracted interface to the esmith domain database.

Unless otherwise noted, esmith::DomainsDB acts like esmith::DB::db.

open()

Like esmith::DB->open, but if given no $file it will try to open the file in the ESMITH_DOMAINS_DB environment variable or domains.

open_ro()

Like esmith::DB->open_ro, but if given no $file it will try to open the file in the ESMITH_DOMAINS_DB environment variable or domains.

AUTHOR

      SME Server Developers <bugs@e-smith.com>