I am trying to use the username (or is it reg_username??) variable in
manage.cgi .
I haqd thought this would work:
my $xcp_request = {
action => "get",
object => "userinfo",
cookie => $cookie,
attributes => {
reg_username => $my_username,
}
};
my $response = $XML_Client->send_cmd( $xcp_request );
if (not $response->{is_success}) {
error_out("Unable to retrieve username information:
$response->{response_text}\n");
exit;
}
but $my_username ends up empty... I know this is a rudimentary one, but I
would appreciate any help ...
--
John Keegan
[EMAIL PROTECTED]
http://RackShare.com