NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Re:PHP vs Perl (Score:1, Interesting)
This is actually one of the things I don't like about PHP and other, similar tools like ColdFusion. I used Cold Fusion for years and have evaluated PHP as a replacement. Embedding code in the HTML gets messy fast. For smallish applications it's not too bad, but if you have to do complex or large applications, trying to work around the HTML get's frustrating.
I prefer to keep the code and the content as separate as possible.
Reply to This