Hi

I tried but with no help. all I get is the REQUEST,ENVS,VAR and USER (which
I didn't know that existed).
it is a shame if it cannot be done. it is crucial in debugging unexpected
errors.


Thanks

Yahalom Emet
Software Developer
Xor Technologies Ltd.

Tel: +972 (0)4-6619164
E-mail: [EMAIL PROTECTED]
Web: http://www.xortechnologies.com


----- Original Message -----
From: "David N. Welton" <[EMAIL PROTECTED]>
To: "yahalom emet" <[EMAIL PROTECTED]>
Cc: "Mod_dtcl" <[EMAIL PROTECTED]>
Sent: Thursday, December 06, 2001 8:21 PM
Subject: Re: error script


> "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