Hi! All
I don't know how to pass multi dimensional perl array into javascript multi dimensional array of HTML file.If anyone can help me on that.
my $WebQt = $sr->{DLLs}->{WebQt};
my $return = $WebQt->WQ_GetLists(
$sr->{sid}, $VT_division_id, $VT_Dispositions, $VT_ReqTimes...
Hi
How to add special character "," or ";" into perl string variable.
my $str = "abc";
$str.=",xyz";
then it gives error.
Thanks in advance.
Hi! All
I am new to perl.I need to write modify report program for management. Below is a program file.
#!/usr/bin/perl
use strict;
use Win32::FileOp qw(OpenDialog SaveAsDialog);
my $Customers;
my $credit_list = OpenDialog( title => "Select Credit List", filters => [ 'Text File...
Hi! All
I have installed IIS 5.0 on windows 2000 server. After that I have installed Activestate distribution from www.activestate.com.I am trying to get data from MS SQL SERVER on web using perl script.Now, my web server gives me following error :
CGI Error
The specified CGI application...
Hi ! All
We have installed IIS 5.0 on windows 2000 server. I have index.pl(perlscript) file on that webserver. How to configure IIS 5.0 to work perlscript on web ? Do I need to install perl on that server ?
Thanks,
TTMTECH
Hi !
Help me how to solve this problem ?
I have index.pl and ttmtech.pl(perl package) in the same directory still it gives following error when i hit the browser with index.pl
CGI Error
The specified CGI application misbehaved by not returning a complete set of HTTP headers. The headers it...
Hi
I got following error in log file. I am using apache 2.o on windows2000.My perl script gives error in a log file as follow :
[Tue Feb 25 13:55:43 2003] [error] [client 192.168.25.173] D:/InetPub/ttmtech.com devel/it.ttmtech.com/myttmtech/index1.pl is not executable; ensure interpreted...
HI ! All
I have apache 2.0 on windows 2000.My perl script gives me following error.
Forbidden
You don't have permission to access /it.ttmtech.com/myttmtech/index.pl on this server.
--------------------------------------------------------------------------------
Apache/2.0.43 Server at...
Hi !
We have installed new SQL Server and copy databases into new server. username and password is correct.I changed one line of code in index.pl (on windows2000)file as below.
for old server (servername is GREATPLAINS):
my $dbh = DBI->connect('dbi:ODBC:driver={SQL...
Hi
We have new sql server "TTMSQL" and we create new database on it. How can i connect it through perl script(eg. Index.pl) on web? Do I need to configure any cgi file or web server ? What are the steps should I follow ? Anyone can help me ?
Thanks
TTM
HI !
I am new to perl programming. Our web application was working fine and suddenly I got error as follow :
CGI Error
The specified CGI application misbehaved by not returning a complete set of HTTP headers. The headers it did return are:
Is anyone help me how to solve this problem ?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.