On Wed, Sep 11, 2002 at 04:13:22PM -0400, Colin Viebrock wrote:
>
> Nice work ... but I guess I'll point out that options
>
> p Sent password to admin contact
> l Enable registry lock
> u Disable registry lock
>
> are handled through the API.
True, but as the RSP, I don't always have access to the username and
password for a domain.
What other functions would be appropriate to include? Any suggestions
as to how one might elegantly parse things like:
Change Domain Renewal Settings
Normal Notification
<input type="radio" name="choice" value="1">
Auto Renew
<input type="radio" name="choice" checked value="2">
Let Domain Expire (without further notification)
<input type="radio" NAME="choice" VALUE="3">
Change Domain Lock Settings
<input TYPE="RADIO" NAME="new_state" VALUE="1"
CHECKED
>
<input TYPE="RADIO" NAME="new_state" VALUE="0"
>
to determine current settings? Or is the obvious way the best, just
going line by line through the output with switches to detect location
and status? (I could do it in 30 seconds in awk, but I haven't done
that in Perl before.)
-- Paul Chvostek <paul@it.ca> Operations / Abuse / Whatever +1 416 598-0000 it.canada - hosting and development http://www.it.ca/
This archive was generated by hypermail 2.1.3 : Tue Oct 19 2004 - 23:37:25 EDT