freebsd-ports/devel/p5-Inline-Tcl/pkg-descr
Anton Berezin e83ffc278b Add p5-Inline-Tcl 0.09, perl module to facilitate writing of Perl
subroutines in Tcl.

PR:		32873
Submitted by:	Sergey Skvortsov <skv@protey.ru>
2001-12-15 17:44:02 +00:00

14 lines
604 B
Text

The Inline::Tcl module allows you to put Tcl source code directly
"inline" in a Perl script or module. A Tcl interpreter is loaded and the
Tcl code is interpreted, then Perl asks the Tcl interpreter which global
procedures have been defined. Those functions are made available to your
Perl program as if they had been written in Perl.
The process of interrogating the Tcl interpreter for globals only occurs
the first time you run your Tcl code. The namespace is cached, and
subsequent calls use the cached version.
WWW: http://search.cpan.org/search?dist=Inline-Tcl
-- Sergey Skvortsov
skv@protey.ru