<br>Hello group,<br><br>ush@trudy:~$ more push.pl<br><br>use strict;<br>my ($userID, $password, $deviceName, $msg);<br><br>{<br> $userID = &quot;user1&quot;;<br> $password = &quot;password&quot;;<br> $deviceName = &quot;SEPaabbccddee&quot;;<br>
<br>$msg = qq~<br>&lt;request&gt;<br>&lt;appInfo&gt;<br>&lt;appID&gt;$userID&lt;/appID&gt;<br>&lt;appCertificate&gt;$password&lt;/appCertificate&gt;<br>&lt;/appInfo&gt;<br>&lt;login&gt;<br>&lt;deviceName&gt;$deviceName&lt;/deviceName&gt;<br>
&lt;/login&gt;<br>&lt;/request&gt;<br>~;<br>   <br> <br> print $msg;<br>}<br><br>I can display above msg small script output to the screen using - &#39;print $msg; at the end but what I need to do is submit above perl request to Call manager 6?<br>
Any body can give me some help here  <br><br>ie..<br><br>instead of print $msg outpout on the screen, I want the output to be submitted to the CCM server to logout SEPaabbccddee device using perl script.<br><br>Thanks in advance.<br>
<br>-- <br>Smile, you&#39;ll save someone else&#39;s day!<br>Frog<br>