In the fairly near future, my workplace will begin hosting its own web site (nothing mission critical, and we have a half T1 with practically unused upstream), and I, as the resident web programmer, have pretty much total control over everything. How nice is that?
I've written a couple of applications using PHP, mainly due to the restrictiveness of our host, but most/all future projects are going to be in Perl. The one I'm planning right now will make use of the following:
I'm thinking I'm 90% done with my entire app already. :-)
The only issue (hah! the only issue I foresee at the moment, perhaps) is how to handle user authentication. I rolled my own in PHP, and it wouldn't be a huge deal to do the same thing in Perl, but I would prefer to do it at the webserver level. I've looked at
Apache::AuthCookie and
Apache::AuthCookieURL, but I haven't found a good example of how to tie these in with everything I listed above (esp. with
Apache::Session - do they use the same session keys? different? which gets set first? etc.). Can anyone point me in the right direction?
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.