User Tools

Site Tools


esmith:domainsdb

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

esmith:domainsdb [2019/06/05 19:48] (current)
Line 1: Line 1:
 +===== esmith::DomainsDB =====
 + esmith::DomainsDB - interface to esmith domains database
 +In a root terminal you can do the command below if you want to display the up-to-date content 
 +  perldoc -U esmith::DomainsDB
  
 +===== SYNOPSIS =====
 +use esmith::DomainsDB;
 +           my $c = esmith::DomainsDB->open;
 +
 +# 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>
 +{{tag> neth-development sme-development }}
esmith/domainsdb.txt ยท Last modified: 2019/06/05 19:48 (external edit)