Since you are just starting out I would suggest CGI::Application as better choice. It doesn't abstract as much things as Catalyst does. Sure, it has magic, but it's easier to understand - you can start faster.

The other option is HTML::Template or TemplateTolkit. I was using H::T but moved to TT as I needed some stuff that were pain to make in H::T and already supported by TT ... And TT also has caching support out of the box, that even under plain CGI gets you x2 more requests while testing with Apache/bin/ab.

Anyway, you should be able to just copy these in some folder on your server and add that folder to the @INC (use lib 'relative/or/full/path';). There is an option while installing TT (on your local/dev computer) not to use XS (C) code ...


Have you tried freelancing? Check out Scriptlance - I work there. For more info about Scriptlance and freelancing in general check out my home node.

In reply to Re: Web application development by techcode
in thread Web application development by Nkuvu

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.