I have some tcl problem.
The shell server I use has the following tcl versions
Code: Select all
[15:48] TCL Version: 8.2
[15:48] TCL Patchlevel: 8.2.3
Using 'regexp -all'.
When I execute the script it says -all is a bad switch.
And use others such as -nocase, -indices and bla bla.
What can be the problem? The tcl version? It doesn't
support regexp -all.
When I simply use regexp without any switches it works
fine or with all other switches except -all. Even regular
substitions, regsub -all works fine... but why not regexp -all?
Does anyone know the answer, maybe?