Slashdot Mirror


User: dovetail

dovetail's activity in the archive.

Stories
0
Comments
1
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1

  1. Re:PerlPERL on A Bunch Of Perl Bits · · Score: 1

    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.