Re: [tclwebtest] Fix for a rare redirection problem with eval
Status: Abandoned
Brought to you by:
tils
From: Tilmann S. <ti...@ti...> - 2003-08-22 18:15:19
|
* Grzegorz Adam Hankiewicz <gr...@ef...> [20030822 18:19]: > Maybe there's something more to do? I've read again the chapter > about eval in my tcl manual and it says the difference between using > a list and curly braces is that the latter doesn't make variable > substitution immediate, which could be dangerous if the eval is > going to be used in another scope. > > But I don't understand what this has to do with the "Too many > positional parameters" thing. Evil tcl substitution rules... Since the eval is not being used in another scope that shouldn't matter. Anyway rereading the eval man page I came to the following conclusion: eval do_request $nocomplain_option $followequiv_option $location seems to work fine. The 'too many positional' propably resulted from a space in one of the values, which is good because it warned us from an error that would have turned up later otherwise. You mind trying this new syntax? cheers, til -- http://tsinger.com |