NAME

KT::WWD - Perl module for the World Wide Database

SYNOPSIS

use KT::WWD;

$wwd = new KT::WWD;
$wwd->auth($username,$password);
print $wwd->get($domainname, $link, $readpassword);
$wwd->set($domainname, $link, $modifypassword, $newmodifypassword, $temporarypassword, $timetoliveinseconds, $readpassword, $allowediplist);
$wwd->delete($domainname, $link, $readpassword);

EXPORT

None by default.

AUTHOR

John Baleshiski, <john@idserver.org>

For more information and the technical specification, visit http://idserver.org/wwd

COPYRIGHT AND LICENSE

Copyright (C) 2004 by root

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.3 or, at your option, any later version of Perl 5 you may have available.