File:  [cvs.NetBSD.org] / pkgsrc / devel / p5-Tcl / DESCR
Revision 1.1: download - view: text, annotated - select for diffs
Fri Jan 31 01:41:29 2025 UTC (2 months, 2 weeks ago) by scole
Branches: MAIN
CVS tags: pkgsrc-2025Q1-base, pkgsrc-2025Q1, HEAD
devel/p5-Tcl: initial import of package

Tcl extension module for Perl

The Tcl extension module gives access to the Tcl library with
functionality and interface similar to the C functions of Tcl.

In other words, you can
 create Tcl interpreters
 execute Tcl code in an interpreter
 bind in new Tcl procedures
 Manipulate the result field of a Tcl interpreter
 Set and get values of variables in a Tcl interpreter
 Tie perl variables to variables in a Tcl interpreter

CVSweb <webmaster@jp.NetBSD.org>