Apache-DnsZone

 view release on metacpan or  search on metacpan

lib/Apache/DnsZone/DB.pm  view on Meta::CPAN

package Apache::DnsZone::DB;

# $Id: DB.pm,v 1.6 2001/06/03 11:10:24 thomas Exp $

use strict;
use vars qw($VERSION);
use Apache::DnsZone;
use Apache::DnsZone::Config;
use DBI;

($VERSION) = qq$Revision: 1.6 $ =~ /([\d\.]+)/;

sub new {

lib/Apache/DnsZone/Language.pm  view on Meta::CPAN

package Apache::DnsZone::Language;

# $Id: Language.pm,v 1.7 2001/06/03 11:10:24 thomas Exp $

use strict;
use vars qw($VERSION);
use Apache::DnsZone;
use MLDBM qw(GDBM_File Data::Dumper);
use Fcntl;

($VERSION) = qq$Revision: 1.7 $ =~ /([\d\.]+)/;

sub fetch {



( run in 0.912 second using v1.01-cache-2.11-cpan-7add2cbd662 )