This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

Packages

Help for those learning Tcl or writing their own scripts.
Post Reply
n
nadeem
Voice
Posts: 1
Joined: Tue Sep 08, 2020 6:00 am

Packages

Post by nadeem »

In some TCLs they require Packages like
package require tdom
package require http
package require htmlparse
package require textutil::split
package require tls 1.6.4
is there any specific place to find them??
User avatar
CrazyCat
Revered One
Posts: 1236
Joined: Sun Jan 13, 2002 8:00 pm
Location: France
Contact:

Post by CrazyCat »

Usualy, these packages are included in tcl and/or in tcllib. Look in /usr/share/tcltk/tclX.X (replace X.X with your tcl version)
w
willyw
Revered One
Posts: 1197
Joined: Thu Jan 15, 2009 12:55 am

Re: Packages

Post by willyw »

Some are mentioned here:

http://www.eggheads.org/tclscripts
For a fun (and popular) Trivia game, visit us at: irc.librairc.net #science-fiction . Over 300K Q & A to play in BogusTrivia !
s
simo
Revered One
Posts: 1078
Joined: Sun Mar 22, 2015 2:41 pm

Post by simo »

depending on your OS as each OS gives different names to their packages
Post Reply