PDA

View Full Version : learning tcl


Ferg
18-04-2001, 08:33
Lo guys, does anyone have any good links for learning tcl?

Need to write a small eggdrop script :)

Skunk
18-04-2001, 12:07
I learnt enough TCL to do eggdrop scripting from the following tutorial:

ftp://ftp.eggheads.org/pub/eggdrop/docs/tcl.doc

You also need the tcl-commands.doc document for reference. This is included with the eggdrop tar.gz file.

The best way is to read those, then download other people's scripts and read through the code to see how they work. Worked for me - not that I ever finished writing any scripts, but the concepts aren't that hard once you've read through that lot.

[Edited by Skunk on 18-04-2001 at 09:19 PM]

Ferg
18-04-2001, 15:56
ta m8 :)

Gwil Da Skank Of TA
19-04-2001, 00:28
hey Skunk nice link mate, I'll have to check it out myself :)

Thanks!