|
KT::WWD - Perl module for the World Wide Database |
KT::WWD - Perl module for the World Wide Database
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);
None by default.
John Baleshiski, <john@idserver.org>
For more information and the technical specification, visit http://idserver.org/wwd
Copyright (C) 2004 by john@idserver.org
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.0 or, at your option, any later version of Perl 5 you may have available.
|
KT::WWD - Perl module for the World Wide Database |