Comment Re:PerlPERL (Score 1) 91
nope, doesn't count. Gurusamy Sarathy's PerlInterp is an XS module that embeds the perl interpreter (which is currently written in C) for other perl code to access. it only serves as perl embedding example.