Questions tagged as 'perl'

0
answers

Load external table data in Oracle 11g

I would like to know if you can help me with a process that I am trying to adapt to get some interesting data from the trace files. I have an external table called "cursor", which performs the loading of data through a program in Perl "cursor...
asked by 10.08.2018 / 00:44
1
answer

Comparison of 2 hashes in perl

I have 2 hash tables, the 2 tables have the same keys, but different values. I need to compare both values of the same key and know the difference in values. Example: Hash 1: clave1 = > 5 Hash 1: clave2 = > 10 Hash 2: clave1...
asked by 14.08.2018 / 02:46
1
answer

Use of uninitialized value $ _ in pattern match (m //) at cursor.pl line 5

I have this Perl script: #!/usr/bin/perl use strict; use warnings; while () { if (/^PARSING IN CURSOR/../END OF STMT/) { if (/^PARSING IN CURSOR/) { s/^PARSING IN CURSOR \#//; s/ [a-z]+=/!/g; s/\...
asked by 09.08.2018 / 03:21
1
answer

read text file forever

Some time ago I made the script query as a permanent process. Finally I did not solve that but I solved the problem in another way. I am currently looking for the option of a script reading the information of a text file or .csv and for each rec...
asked by 15.05.2018 / 16:09
1
answer

How are these types of variables called "TMPL_VAR NAME = JAVAURL" and how are they used?

I'm working on a system made in perl, javascript and html, but I came across this variable: <TMPL_VAR NAME=JAVAURL>    <script language="javascript" src="<TMPL_VAR NAME=JAVAURL>/Functions.js"></script> I h...
asked by 12.05.2018 / 00:58
1
answer

permissions root suexec

Let's see if anyone can help me. I have mounted a server in Debian with Apache2 and with the module suexec and CGI to be able to execute scripts perl via web. So far so good: the script runs with the user assig...
asked by 10.05.2018 / 14:59
1
answer

Help with Perl script

I would need help with a script that I do not quite understand how it works and that I think it would have to be adapted to run it in Windows (my operating system). The script is as follows: #!/usr/bin/perl use strict; #-----------------...
asked by 19.04.2018 / 21:44
0
answers

A Perl script does not connect to an url because of an error with the certificates

Hi, I need to use a url in a program made with perl to create a ticket in others, but when I run that program, I get the error of the image. I have tried to tried to put in the script: $ ENV {PERL_LWP_SSL_VERIFY_HOSTNAME} = 0; my...
asked by 19.04.2018 / 11:30
1
answer

How to avoid redirecting the form? - PERL

I have a form which I used to make a basic calculator but at the time of executing the script CGI in PERL redirects me to a white page and only prints the answer. I would like to press the submit button to execute the scr...
asked by 01.10.2017 / 07:10
1
answer

End of script output before headers: converter.cgi

I have this same problem and I already verified the syntax of the Perl script and I see that everything is correct, I do not understand the reason why it does not work. Here is the layout of the form: <form id="formu" action="convertidor....
asked by 28.09.2017 / 02:54