From DZone Architect Zone:
Yes, Perl5 can be embedded in node.js! First of all, do a npm install perl. (P.S. node-perl requires a perl5 binary built with -fPIC and -Duseshrplib.) This is synchronous but useful embedded Perl5 for node.js. If you want to try any version of perl, you must check out perl-node.#>git clone git://github.com/hideo55/node-perl.git #>cd node-perl #>node-waf configure #>node-waf...
Tagged: #perl #node #git #binary #embedded #performance #tips