in reply to Compile Perl???
In other words, you can't compile a Perl script to object code because Perl thinks in Perl, so you can't take the Perl out of the script.
From a design perspective, the only way to maintain the flexibility of Perl but maintain C speed is to:
Generally this is unnecessary. Tools like FastCGI and mod_perl give us the ability to skip/reduce the parsing phase while keeping development fast.
stephen
|
|---|