diff options
author | trevor <trevor@FreeBSD.org> | 2004-04-11 01:11:02 +0800 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2004-04-11 01:11:02 +0800 |
commit | 70d560530d177b6e890f86e3a32cca2f456a7520 (patch) | |
tree | a550a657a6948dd20d5bed1d239b7d33be9a3733 /lang/p5-Tcl | |
parent | e3652acbdf905f62f517c4977faa9c4b751b404e (diff) | |
download | freebsd-ports-gnome-70d560530d177b6e890f86e3a32cca2f456a7520.tar.gz freebsd-ports-gnome-70d560530d177b6e890f86e3a32cca2f456a7520.tar.zst freebsd-ports-gnome-70d560530d177b6e890f86e3a32cca2f456a7520.zip |
Cram into 80 columns by 24 rows.
Diffstat (limited to 'lang/p5-Tcl')
-rw-r--r-- | lang/p5-Tcl/pkg-descr | 28 |
1 files changed, 11 insertions, 17 deletions
diff --git a/lang/p5-Tcl/pkg-descr b/lang/p5-Tcl/pkg-descr index 5142825a6362..27cf53cfeaa6 100644 --- a/lang/p5-Tcl/pkg-descr +++ b/lang/p5-Tcl/pkg-descr @@ -1,26 +1,20 @@ -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 +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 - The Tcl interpreters so created are Perl objects - whose destructors delete the interpreters cleanly - when appropriate. + The Tcl interpreters so created are Perl objects whose destructors + delete the interpreters cleanly when appropriate. execute Tcl code in an interpreter - The code can come from strings, files or Perl - filehandles. + The code can come from strings, files or Perl filehandles. bind in new Tcl procedures - The new procedures can be either C code (with - addresses presumably obtained using dl_open and - dl_find_symbol) or Perl subroutines (by name, - reference or as anonymous subs). The (optional) - deleteProc callback in the latter case is another - perl subroutine which is called when the command - is explicitly deleted by name or else when the - destructor for the interpreter object is - explicitly or implicitly called. + The new procedures can be either C code (with addresses presumably + obtained using dl_open and dl_find_symbol) or Perl subroutines (by name, + reference or as anonymous subs). The (optional) deleteProc callback in + the latter case is another perl subroutine which is called when the + command is explicitly deleted by name or else when the destructor for + the interpreter object is explicitly or implicitly called. Manipulate the result field of a Tcl interpreter |