I have used embperl and the extensions for building sites, EmbPerl::Object. I cannot comment on Mason, but it seems to be pretty good as well.
Advantages of EmbPerl::Object:
- It has good seperation of code and HTML - so it doesn't freak HTML types out;
- Simple and easy to learn - I taught a person with little exposure to any form of CGI programming (and perl) how to manage the large site I had developed using embperl::object, and she picked up the concepts, and was able to take over my role within two days.
- An easy to implement (and easy to understand) heirarchical "object inheritance" mechanism - so you can easily have a different page element, such as a side navigation bar, for a subset of your site;
- An active and well supported mailing list.
There was a good introduction to EmbPerl::Object on the perl.com site a few months ago. This even included instrustions on how to modify your Apache configuration to activate embPerl.
One other big advantage - you can control what pages are build by embperl. You could say that anything with a ".html" extension is to be managed by embperl, and if you have those pages that you wish to be untouched by embperl, simply call them "foobar.htm".
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: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.