Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: TTMTech
  • Order by date
  1. TTMTech

    JavaScript error : Unterminated string constant

    HI Lrnmore, You are right.But how to do that in perl variable. Source code: var str= str+&quot;&solder_type=&quot;+'<tmpl_var prnsolder_type>'+&quot;&finish_type=&quot;+'<tmpl_var prnfinish_type>'+&quot;&impedence_tolerance=&quot;+'<tmpl_var...
  2. TTMTech

    JavaScript error : Unterminated string constant

    HI Lrnmore, You are right.But how to do that in perl variable. Source code: var str= str+&quot;&solder_type=&quot;+'<tmpl_var prnsolder_type>'+&quot;&finish_type=&quot;+'<tmpl_var prnfinish_type>'+&quot;&impedence_tolerance=&quot;+'<tmpl_var...
  3. TTMTech

    JavaScript error : Unterminated string constant

    Hi Lrnmore Thanks for your reply. Here, is viewsource.I don't know in perl how to replace carriage return with \n. str=str+&quot;&gold_tips=&quot;+''+&quot;&other_customer_name=&quot;+''+&quot;&other_part_number=&quot;+''+&quot;&MaxforMin=&quot;+''; // alert(str); str=...
  4. TTMTech

    JavaScript error : Unterminated string constant

    Hi All: <textarea name=&quot;notes&quot; OnKeyPress=&quot;ChekSizeOfNotes()&quot; cols=52 maxlength=1000 rows=5 > </textarea> JavaScript: {... var str= str+&quot;&solder_type=&quot;+'<tmpl_var prnsolder_type>'+&quot;&finish_type=&quot;+'<tmpl_var...
  5. TTMTech

    How to pass perl multi dimensional array(40,6) into Javascript .

    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...
  6. TTMTech

    How to add special character like &quot;,&quot; and &quot;; &quot; into string

    Hi How to add special character &quot;,&quot; or &quot;;&quot; into perl string variable. my $str = &quot;abc&quot;; $str.=&quot;,xyz&quot;; then it gives error. Thanks in advance.
  7. TTMTech

    problem with @INC after configuring new server

    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
  8. TTMTech

    what it does $line =~ s/\&quot;//g; ?

    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 => &quot;Select Credit List&quot;, filters => [ 'Text File...
  9. TTMTech

    How to configure IIS 5.0 to use perlscript.

    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
  10. TTMTech

    CGI error

    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...
  11. TTMTech

    How to configure IIS 5.0 to use perlscript.

    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...
  12. TTMTech

    How to configure IIS 5.0 to use perlscript.

    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
  13. TTMTech

    CGI Error

    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
  14. TTMTech

    CGI Error

    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;
  15. TTMTech

    CGI Error

    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 ...
  16. TTMTech

    CGI Error

    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...
  17. TTMTech

    403 forbidden error

    It works Bpinos Thanks a lot for your help.
  18. TTMTech

    ERROR while running perl script on web

    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...
  19. TTMTech

    403 forbidden error

    Hi ! bpinos Thanks for your reply. Can you tell me in httpd.conf file where can I put the option ExecCGI for the particular directory that the file exists in. Can you also give example of it with code line ? Thanks for your help. TTMTECH
  20. TTMTech

    403 forbidden error

    Hi ! Ponerse I have given permission to everyone on index.pl script file. Still its same error.

Part and Inventory Search

Back
Top