I work for a large outsourcing company where we have to manage customers sites, which includes servers, network devices as well as applications and databases. As you can imagine there are tons of tools and databases with infomation on the operational health of each customer. Too make matters worse this is an international company.

Most of our tools are also developed internally to our company and are almost all in perl. We started developing a toolkit that would incorporate certain of the tools (starting and stopping services, queries on certain databases, some graphing and reporting etc) The problem we had, was having to distribute the binaries and libraries and keeping versions updated and the same throughout the enterprise.

So we decided to put the tools on an intranet and use cgi to do most of the gui stuff in forms. This was we have 1 version of this toolkit and everyone can use it the SAME. Should we need to make changes we do it in one place.

The reason we stuck with perl is because all the guys can currently work in perl and only 1 out of 5 can work in Java. One of the other guys is looking into PHP but we all kinda agree that from a support point of view it is far easier if we all use the same language. Working well for us so far.

-----
Of all the things I've lost in my life, its my mind I miss the most.

In reply to Re: Choosing a GUI scripting language by AcidHawk
in thread Choosing a GUI scripting language by Tanalis

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.