[Arsperl-users] Testing connection
Brought to you by:
jeffmurphy
|
From: monty <med...@co...> - 2007-09-11 03:37:58
|
website can still connect and authenticate successfully using ars =3D
version 1.74 (we are still using an older version of remedy but are =
=3D
moving soon to 7 I believe its 4 or 5 not sure how to check that =
either
I just need some help with the syntax how do I use ARSperl to =
connect to my server? I have the username, pw and servername just not =
sure how to connect should it be like this..
$c=3D($rserver;$ruser;$rpass;);
if ($c)
print "connected succesfully to Remedy Server";
if (!$c)
print "failed miserably";
exit();
test it in perl. can anyone help with this?
Thanks in advance.
|