I agree and would like to add another wrinkle. Have you really looked at most of the boxed and other forms of packaged software out there, lately? Most of it could be replicated with some perl, a web front-end and a database backend.

I work at a university (as a network/computer support consultant). I was coming at Perl for writing some monitoring utilities (using Lincoln Stein's book, among others). However, while talking this up to one of the students that you tend to cross paths with at a university, he told me how gung ho he was on Perl. He would go so far as to recode his CS projects that were language specific into Perl just to show off the features to his instructors.

We discussed it for a bit and he was quite convincing. On the outside, you may have to use DHTML or CSS or Javascript to get some of the more polished GUI elements in, but his argument that even that was easier than having to deal with a lot of the GUI toolkits that were out there. He prefered HTML. He had a lot of good points.

--cascadefx


In reply to Re: Re: Are we obsessed with CGI? by cascade_fx
in thread Are we obsessed with CGI? by rinceWind

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.