Hello,
i am trying to process an HTML string (parse information) with a TCL script. Since i found the module
html not being available i downloaded the latest tcllib and extracted the
html module as well as its dependency
ncgi into the
/lib/tcl8.5 folder. However, calling
::html::html_entities gives me the error
Quote:
invalid command name "::html::html_entities" while executing ...
|
What am i missing?