Hi,

My problem is this. I am setting up a test platform on a Linux Box (RH7) to be used for running tests on remote hosts (Sun Stations). Because the remote hosts are running older versions of Perl and are not in my direct control, I want to be able to set up my Test environment locally and run the tests on the remote hosts. My scripts are run from the local host, but call applications on the remote hosts. I need to be able to run the remote app and return it's return code all from within my Perl script. I've looked into using rsh from within backticks, but I'm not sure if it will return values, and I'm having trouble getting permissions on the remote host.

So firstly, am I going the wrong way about this? Is there a cool and useful mod for doing just this that I'm not aware of?

And secondly, if not, where can I look for more help on rsh as the man pages are pretty sparse.

Thanks,
Alatar


In reply to Running Applications on a Remote Host by Alatar

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.