Solution Found.
As I posed as a possibility in my original post - the problem had nothing to do with the perl script. It was a password problem on the NT Server. The 'root' user password was changed. But - where was the password even being referenced?
Answer: In the NT Services. There is a Service called Remote Shell Service. When the script is run on the Unix system, running a 'remsh' goes through the Remote Shell Service. The Service was started by the 'root' user. The Service does not stop, unless something makes it stop. It had been started with the 'old' 'root' password. I stopped it, restarted it with the 'new' 'root' password and the script on Unix runs perfectly. Again.
FunkyMonk & cdarke: I appreciate the input. But, as I mentioned in the (admittedly long-winded) writeup - this process has been working for 7 years. The code didn't change. Something outside the code changed, and I finally found that. And, it now works again.
Cheers!

In reply to Re: Open: Invalid Argument by jhs3
in thread Open: Invalid Argument by jhs3

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.