I prefer Apache::ASP + HTML::FillInForm.
You get:
- Automatic Session handling (via MLDBM::Sync by default)
- Script_On(Start|End|Parse|Flush) events
- Session_On(Start|End) events
- Application_On(Start|End) events
- Emailed error reports (emails server errors right to your inbox - highly configurable)
- Simple upload handling ($Request->Upload(...))
- Friendly interface to the Apache server API
- $Server->RegisterCleanup( sub {...} )
- $Response->Redirect(...)
- $Response->End
- print $str actually works
- Familiar <% %> and <%= %> syntax
I have used Apache::ASP on a variety of projects, both low- and high-traffic and I have to say it performs well enough.
Energy Works and
ETundra both run Apache::ASP. I have also written some large scale in-house applications on Apache::ASP that I cannot link to.
Having extended the base Apache::ASP code in several different ways (altered XMLSubs behavior, db-persisted sessions, MVC-enhanced URI mapping, etc) I can attest to the quality of the underlying code in Apache::ASP as well - it's easy to override what you need to override without running into encapsulation issues.
I give Josh Chamas (maintainer of Apache::ASP) an A+ on his work. Check out the Apache::ASP homepage at
http://www.apache-asp.org/ for more information.
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.