
June 15th, 2009, 11:58 PM
|
|
Registered User
|
|
Join Date: Jun 2009
Posts: 1
Time spent in forums: 1 m 53 sec
Reputation Power: 0
|
|
|
Problems with CGI scripts
Hi ,
I am writing a html file index.html which is using the cgi script .I am calling the cgi script as follows in my html file as follows:
<!--#exec cgi="/cgi-bin/hari.pl"--> .
hari.pl contains the following code .
$count = 10;
print $count .
When I open index.html , I am not able to get the value of count in browser .
Please suggest me the solution .
Regadrs,
SreeHari Ch
|