From: Shabbir on
Problem Statement:
Whenever there are html form with many parameters then expect-cgi is
not able to retrieve the parameter values. If I use tcl-cgi then
parameter values are retrieve properly.

Here is the summary of analysis done so far:
1) Expect and TCL version are as follows
Expect version is 5.42.1 & TCL version is 8.4.7

2) when I use shell #!/usr/bin/expect then cgi cannot retrieve form
parameters but if I use #!/usr/bin/tclsh then form parameters are
available. Form is submitted using POST method

3) cgi.tcl & pkgIndex.tcl are present in /usr/lib64 as this host is 64
bit Linux

Any help to resolve this issue will be greatly appreciated.