ars_Login(server,username,password)
Returns a control structure with the spacified server username
and password. Specifying a null server will use whatever the default
server is for your system.
- On success
-
Returns a scalar control record.
- On failure
-
Returns
undef
for invalid number of arguments.
Example:
$c = ars_Login("","jmurphy","blah")
Back to Table of Contents