TCL - Part 1
I’ve been improving my knowledge of TCL since I’m starting to work with a lot of iRules (which are based on TCL) in my current position. With that said, here’s some notes I took from my latest round of studying and learning. Many thanks to Exploring Expect by Don Libes for facilitating my learning! Getting setup Installing TCL on Ubuntu: apt install tcl Launching the TCL shell: tclsh Variables Setting a variable: set i 100...