"yahalom emet" <[EMAIL PROTECTED]> writes:

> how can I get the variables I defined in the page in the error
> script ?  with cgi.tcl I used:
 
>      foreach a [info var] {
>       if {[catch {set _var [set ${a}]}]} {
>            puts $ofd "$a [array get $a]"
>       } elseif {![regexp "tcl" $_var]} {
>            puts $ofd "$a $_var" 
>       }
>      }

Hrm... that's a tougher question...

Have you tried:

info vars ::request::*

?

-- 
David N. Welton
   Consulting: http://www.dedasys.com/
Free Software: http://people.debian.org/~davidw/
   Apache Tcl: http://tcl.apache.org/
     Personal: http://www.efn.org/~davidw/

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to