I'm anticipating the boxen are wintel ( Win32, etc. ). Some things I can think of are ...

  1. The NT/2K resource kits provide Remote Command Service (rcmd), which is fairly trivial to set-up in bulk. The ActiveState Perl-Win32-Admin mail list has had examples of how to install it on multiple machines given you have rights to the boxen.
  2. Perhaps Penguin can be worked as a purer perl solution.
  3. Just use the Win32 modules, like Win32::Lanman, Win32::AdminMisc, Win32::Perms, and so on for the basic admin tasks via M$ Networking/NetBIOS ... or for the sadist in all of us, the M$ 'net' commands ...

Seems a little odd that you have to manage so many boxes, yet not install any convenient method to manage them. Yet, never underestimate management's ability to seriously FUBAR any straight forward task. Perhaps if you can elaborate on what you need to do to the boxen ...

HTH
--
idnopheq
Apply yourself to new problems without preparation, develop confidence in your ability to to meet situations as they arrise.


In reply to Re: cgi wrapper?? by idnopheq
in thread cgi wrapper?? by RayRay459

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.