Search Results

Search: Posts Made By: miteshpant
2,623
Posted By miteshpant
I have accomplished the task by using a seprate...
I have accomplished the task by using a seprate html uploader and then parsing the file using cgi.

Thanks for the responses
2,623
Posted By miteshpant
Okay let me list the problem once again. Below is...
Okay let me list the problem once again. Below is my code.
#!c:/perl/bin/perl
use Win32::ODBC;
use CGI ':standard';
print "Content-type: text/html\n\n";
print "<HTML>\n";
print "<HEAD>\n";...
2,623
Posted By miteshpant
I was not closing the tags correctly but its...
I was not closing the tags correctly but its displaying the data onCMD but still not on browser
2,623
Posted By miteshpant
Now again blank page is displayed while on cmd...
Now again blank page is displayed while on cmd line
<HTML>
<HEAD>
<TITLE>Local User Accounts</TITLE>
</HEAD>
<BODY>
<TABLE BORDER=2>
<TR><TH>User ID</TH><TH>Hosts</TH></TR>...
2,623
Posted By miteshpant
CGI Error The specified CGI application...
CGI Error

The specified CGI application misbehaved by not returning a complete set of HTTP headers.

Its givimg error now

On command prompt the out put is as follows

jamoi</TH><TH
...
2,623
Posted By miteshpant
No luck
No luck
2,623
Posted By miteshpant
Yes. If i remove the open statement and pring...
Yes. If i remove the open statement and pring some thing else. Its working.

For example the below script.
#!c:/perl/bin/perl
use Win32::ODBC;
use CGI ':standard';
print "Content-type:...
2,623
Posted By miteshpant
Thanks, but it is still not working :(
Thanks, but it is still not working :(
2,623
Posted By miteshpant
Nothing is getting displayed on browser while using open statement
Hi,

I have the below script which is working fine on cmd line, but nothing gets displayed on browser. There is no permission issue. If i remove the open statement and print some other data. Its...
Showing results 1 to 9 of 9

 
All times are GMT -4. The time now is 07:47 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy