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.
Perl in HTML in PHP (Score:2)
Re:Perl in HTML in PHP (Score:1)
I am going to continue to look at this just because i find it interesting. Thanks for the heads up on this, much appreciated.
Re:Perl in HTML in PHP (Score:2)
If you need your site to be ultra fast, why the heck use PHP? Try PLP or if you can your own PerlHandler.
PHP and state of sin. (Score:1)
I tried to talk the operator of a dot-org that wanted dynamic content and templates to install slashcode and some other Perl templatey stuff, but he was already using PHP for his Photo Gallery and other projects, alas. With the built-in MYSQL hookds it's not half bad, and it's *almost* Perl ... for what it's good for, we shouldn't need ereg_whatever_match very often. *sigh*.
The website is PHP fronting MYSQL for dynamic content. Currently updates are still manual SQL, eventually we mi
Bill
# I had a sig when sigs were cool
use Sig;
Re:PHP and state of sin. (Score:1)
*sigh* back to the php world...
Bless me father for I too have sinned (Score:1)
SO far it's all coming together rather well, but like someone else here said, if I have to write preg_match* or ereg_match* one more damn time, I swear to god I'm gonna kill -9
*sigh* why the hell does it have to be so similar to perl? I'd be fine if it were widely different. and the slight differences are a major PITA.
co