hi all, I am automating few processes on linux machines. I first need to copy few scripts from windows machine to linux machine and then i need to run those scripts on that machines only to automate few things. what I was doing till now is remote login with ssh from windows machine and execute the script and manually copying the scripts to linux machine. Now I have built GUI for windows machine which gives user an option which action he wants to perform and accordingly it will perform some action on remote linux machine. User will give IP address and username-password. But due to remote login ,my GUI hangs. I mean it becomes sluggish and slow due to remote connection. I tried using Net::SSH::Perl module but as I am working behind proxy , my PPM is not able to connect to internet. So I am not able to install any module other than that came default. So all i do is again using system command and ssh to run remote perl scripts. Can anyone suggest what I can do to make my program's performance better?

In reply to running remote perl scripts by dpatel

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.