| PERL Embed | | With PerlEmbed you can literally embed Perl code WITHIN your HTML files and let perlembed.cgi do all the dirty work! Include ENTIRE PROGRAMS within your HTML code and voila! You can have hundreds of Perl applications all executing within ONE process! It doesn't spawn a single external process (although you can force it to by using the system calls) so it's extremely fast AND powerful.
|