|
Hi
Here is my post. I tryied with and without XHTML with the same result:
Hi,
I'm having hard time figuring how to use the update function of
Net-DNS-DynDNS.
Here is the way I'm using it:
print
Net::DNS::DynDNS->new('user','passwd')->update('test.dyndns.org
',$myIPAdress, 'XXXXX');
I'm not able to find anywhere even in the doc, what is a good value for
XXXXX. In the doc they said: $params. There is no real life example. Should
I use something like: 'dyndns' or 'system=dyndns'? What ever options I'm
using I'm always getting this error:
Extra parameters must be passed in as a reference to a hash
Thanks for your help
|