Re: ncgi is working with tcl 8.6?
- From: Alexandre Ferrieux <alexandre.ferrieux@xxxxxxxxx>
- Date: Fri, 12 Mar 2010 04:54:59 -0800 (PST)
On Mar 12, 12:19 pm, pmarin <pacog...@xxxxxxxxx> wrote:
Hi all.
I have the following script that works with tcl 8.5 but not with 8.6
(nothing is showed in the browser). It only happens when a script use
the ncgi package.
The url is something like "http://foo.tcl?page=1".
package require ncgi
::ncgi::parse
::ncgi::header
set page [ncgi::value page]
puts $page
puts "hello World"
Any idea?
Anything in the web server's error log ?
-Alex
.
- Follow-Ups:
- Re: ncgi is working with tcl 8.6?
- From: pmarin
- Re: ncgi is working with tcl 8.6?
- References:
- ncgi is working with tcl 8.6?
- From: pmarin
- ncgi is working with tcl 8.6?
- Prev by Date: Regular expression library from Google
- Next by Date: Re: Regular expression library from Google
- Previous by thread: ncgi is working with tcl 8.6?
- Next by thread: Re: ncgi is working with tcl 8.6?
- Index(es):
Relevant Pages
|