HI Lrnmore,
You are right.But how to do that in perl variable.
Source code:
var str= str+"&solder_type="+'<tmpl_var prnsolder_type>'+"&finish_type="+'<tmpl_var prnfinish_type>'+"&impedence_tolerance="+'<tmpl_var...
HI Lrnmore,
You are right.But how to do that in perl variable.
Source code:
var str= str+"&solder_type="+'<tmpl_var prnsolder_type>'+"&finish_type="+'<tmpl_var prnfinish_type>'+"&impedence_tolerance="+'<tmpl_var...
Hi Lrnmore
Thanks for your reply. Here, is viewsource.I don't know in perl how to replace carriage return with \n.
str=str+"&gold_tips="+''+"&other_customer_name="+''+"&other_part_number="+''+"&MaxforMin="+'';
// alert(str);
str=...
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.
check in this file E:\Inetpub\scripts\emedia\mail_a_page_form.pl if you are using any .pm module.Also, check path at all places in .pm and .pl file.
Good luck
TTMTECH
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 ! fishiface
Thanks for your reply.you are right I just copy DBI.PM file into that directory. I don't know how to install it can you guide me on that how to install it properly ?
Thanks for your help.
TTMTECH
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,
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 ! bpinos
yes,everyone has permission on
D:\InetPub\myttmtech devel\Admin1
directory.
Is there any other possibility for this error ? I am really stuck.
Thanks.
TTMTECH
Hi bpinos
Thanks for your immediate reply.
here is the code of index.pl upto six line
sub BEGIN { push (@INC, 'D:\InetPub\myttmtech devel\Admin1') } # For our module.
use strict;
use Data::Dumper;
use ttmtech;
Hi bpinos
Thanks for your reply.
I did as below :
c:\perl\admin>perl index.pl
Couldn't open error log: permission denied.
Compilation failed in require at index.pl line 6.
BEGIN failed--compilation aborted at index.pl line 6.
what is the reason for this ? Is there any permission 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.