I'm tempted just to link to Re^2: manipulating a data table.
Why? Why this ammount of pure pain?
- Scary operating system that you don't want to run a server on - CHECK
- Emulating a completely different operating system family - CHECK
- ... in user space - CHECK
- Using two languages with probably the most opposite philosopies (TIMTOWTDI vs. TOOWTDI) in the same program - CHECK
- ... when both support the common gateway interface (CGI) out of the box(1) - CHECK
- Using the slowest possible interface (CGI) to the webserver - CHECK
- ... despite both languages and most common webservers supporting FastCGI(2) - CHECK
- ... despite both languages supporting integration into the webserver (mod_perl, mod_python) - CHECK
What is wrong with you?
Among collegues, I would ask if your domina has become too weak ...
Alexander
(1) Perl did so, for a long time. In very recent versions, you have to install CGI via CPAN.
(2) FastCGI: See also Re: CGI or CGI::Fast, Re^9: mod_perl, and weird caching
--
Today I will gladly share my knowledge and experience, for there are no sweeter words than "I told you so". ;-)
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.