jmcveigh / tcl.pm

Tcl extension module for Perl

Home Page:http://search.cpan.org/dist/Tcl

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NAME
    Tcl extension module for Perl5

DESCRIPTION

    The Tcl extension provides a small but complete interface into libtcl
    and any other Tcl-based library. It lets you create Tcl interpreters
    (as perl5 objects), bind in commands to them (either perl subroutines
    or C functions dynamically loaded with the DynaLoader extension) and
    execute Tcl code in those interpreters. There is a Tcl::Tk extension
    (not to be confused with "native" perl5 Perl/Tk extension) distributed
    separately which provides a raw but complete interface to the whole of
    libtk via this Tcl extension.

Build in the usual way for a perl extension:

1. Tweak Makefile.PL is necessary only if your Tcl include files could
not be found automatically by Makefile.PL script. Normally you just make
sure you have right tcl in your path at a moment of running Makefile.PL
script.

2. perl Makefile.PL
   make
   make test
   make install

See License, Authors sections in Tcl.pm, or with 'perldoc Tcl' - once it
is installed - to have acknowledged on this type of information, if needed.

About

Tcl extension module for Perl

http://search.cpan.org/dist/Tcl


Languages

Language:C 73.0%Language:Perl 13.0%Language:XS 12.8%Language:Perl 6 1.1%Language:Tcl 0.1%