I know I can't be the only one out there with this problem, but, after Searching and Super Searching here on Perl Monks in addition to generally meandering across the vast networked cosmos, I can't seem to find a free...ummm cost effective solution. So I thought I'd be a Seeker(s) of Perl Wisdom.

   I need some ideas of how to access processes and files on remote systems. I'm trying to automate and consolidate administrative tasks and fine tune my laziness. I'm currently using system() with rsh/rcp and have come across File::Remote (which also uses rsh/rcp or ssh/scp but makes the code a bit cleaner). I've also seen NSH:: at Shpink Software, but I'm not looking to spend money on this. I was wondering if anyone knows of a better way of doing this.

   I realize this is a wide open question, probably too much so, but I just wanted as many ideas as possible. I seem to have hit the proverbial brick wall. I can further research something that seems promising, but I need that push in the right direction. I didn't want to keep retain part of the brick wall by making my question as restrictive as my case is.

Thanks for the help.
EclecticIO
PS This is my first posted question. Please be gentle. ;)

"Given the pace of technology, I propose we leave math to the machines and go play outside." Calvin - Homicidal Psycho Jungle Cat

In reply to Remote Administration by eclecticIO

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.