Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
9 lines
517 B
Text
9 lines
517 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.
|