DNS-EasyDNS
view release on metacpan - search on metacpan
view release on metacpan or search on metacpan
lib/DNS/EasyDNS.pm view on Meta::CPAN
installed, unless you set C<secure => 0>. If you set C<secure => 1> and the module is
unavailable, the module will C<croak>.
=back
The function returns C<TRUE> of success. On failure it returns C<FALSE> and
sets C<$@>.
=cut
sub update {
my ($obj,%args) = @_;
my %get;
while (my ($k,$v) = each %args) {
if ( $k eq "username" ) { $obj->{"username"} = $v }
elsif ( $k eq "password" ) { $obj->{"password"} = $v }
elsif ( $k eq "hostname" ) { $get{hostname} = $v }
elsif ( $k eq "tld" ) { $get{tld} = $v }
elsif ( $k eq "myip" ) { $get{myip} = $v }
elsif ( $k eq "mx" ) { $get{mx} = $v }
view all matches for this distributionview release on metacpan - search on metacpan
( run in 1.269 second using v1.00-cache-2.02-grep-82fe00e-cpan-4673cadbf75 )