The predominance of CGI talk on perlmonks is a major reason why I've never posted here before and only lurk occasionally.

I first started using perl 8 years ago to build an EDI engine for processing healthcare claims. Its text processing power and flexibility was simply unmatched. It was years before I even got around to writing a CGI script in it. I prefer to use Embperl for that sort of thing.

Lately I've been using Perl/Tk to write some quick visualization tools. Its quick, its simple, and its cross platform. Integrate with DBI and you have a nice cross platform client/server solution. No worries about retarded browser compatability and viral vulnerability. Pop in Storable and you can have a persistent local cache for mobile or intermittently connected users.

I've heard good things about Ruby, but learning another obscure immature new language would require more motivation than simple niftiness.

I'm also interested in using Patterns in Perl. I only see one such module up on CPAN. Looking over the Apocalypses it would seem to be a much easier project to do in Perl 6.


In reply to Re: Re: Are we obsessed with CGI? by gothmogged
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.