[LWN Logo]
[Timeline]
From: Jean-Luc Fontaine <jfontain@free.fr>
Newsgroups: comp.lang.tcl.announce
Subject: ANNOUNCE: tclperl-2.1
Date: 10 Feb 2001 13:04:12 -0800

### CHANGES ###

--- version 2.1 ---
code did not compile cleanly against a multiple interpreters Perl
  installation (compiled with -DMULTIPLICITY)
no longer crashes in multiple interpreters configuration
removed eventual memory leak when deleting an interpreter
tclperl rpm now allows multiple concurrent interpreters

### README ###

tclperl version 2.1: a Perl package for Tcl

This package allows the execution of Perl code from a Tcl interpreter,
as in:

    package require tclperl
    set interpreter [perl::interp new]
    $interpreter eval {print "Hello World\n"}
    perl::interp delete $interpreter

You can actually create several Perl interpreters this way, if the
tclperl package was linked against a Perl library compiled with
-DMULTIPLICITY, otherwise only 1 Perl interpreter can exist at a time.

The license is GPL.

###

you may find it now at my homepage:

http://jfontain.free.fr/tclperl-2.1.tar.gz
http://jfontain.free.fr/tclperl-2.1-1.i386.rpm
http://jfontain.free.fr/tclperl-2.1-1.spec
http://jfontain.free.fr/tclperl.htm

Enjoy and please let me know what you think.

--
Jean-Luc Fontaine  mailto:jfontain@free.fr  http://jfontain.free.fr/


[[Send Tcl/Tk announcements to tcl-announce@mitchell.org
  Send administrivia to tcl-announce-request@mitchell.org
  Announcements archived at http://www.egroups.com/list/tcl_announce/
  The primary Tcl/Tk archive is ftp://ftp.neosoft.com/pub/tcl/ ]]