Questions tagged as 'perl'

1
answer

Perl: search for proper names in a text

I have done this program to identify proper names in a text. This is my text: Vine con Pablo a la casa. Pedro me lo dijo. Fui con Mariano García a la cena. Cristina Maña no come. No me cuentes con el AGG. Ay que ver con Ana García Villa. So...
asked by 26.04.2018 / 04:16
1
answer

Error with PERL conditional

I am working with a function that allows me to extract text from a mailbox but even though the mailbox is correctly loaded and the text I am looking for through a conditional apparently correct if after the condition I choose to print the result...
asked by 05.12.2018 / 22:03
1
answer

Error Perl: Can not locate Mail / Box.pm

I'm starting with perl and I'm using use Mail::BOX but it gives me the following error; Can't locate Mail/Box.pm in @INC (you may need to install the Mail::Box module) But I'm looking for documentation on the Internet to install the...
asked by 05.12.2018 / 17:25
1
answer

Discard content from the search of a file - Perl

I'm currently building a script to find a code in a document that has "x" amount of text, so far I can get the matches or matches but I can not bring only the code because it brings me the whole line where the code is found, I just want to disca...
asked by 03.12.2018 / 19:48
1
answer

How to import libraries in Perl? [closed]

My question is simple and maybe the solution too ... I am learning Perl, I know how python works, in python to import a library is simple, import is used, but for Perl ... how is it?     
asked by 31.07.2018 / 23:08
1
answer

Problems with perl using CGI

Global symbol "$mysqli" requires explicit package name at register.cgi line 15. Global symbol "$dbh" requires explicit package name at register.cgi line 30. Global symbol "$dbh" requires explicit package name at register.cgi line 36. register....
asked by 08.10.2017 / 06:13
2
answers

problem with login perl

I have the problem with a login I did using CGI perl ... it turns out that even if I put a record that you already made in the database, it returns the alert of incorrect data. The code is as follows: #!"C:\xampp\perl\bin\perl.exe"...
asked by 16.10.2017 / 01:42
1
answer

Problems with Perl script that connects to Oracle database

I'm trying to run a script that connects to an Oracle database, and I get the following error: DBI connect('...,...) failed: ERROR OCIEnvNlsCreate. Check ORACLE_HOME (Linux) env var or PATH (Windows) and or NLS settings, permissions I'm...
asked by 27.07.2017 / 11:52
1
answer

can not load modules / mod_perl.so

Hello friends I come again with another problem I can not run xampp because when I start xampp_start I get an error that I could not solve try to change the files of another xampp room that I think that may be the problem. I would be very gratef...
asked by 30.10.2018 / 16:45
1
answer

Save date in a PERT txt

I need to save date information with a certain format, what I have done is get it to print the format I need, but do not save it in the text file, just create it. my $vbbaAnt; my $hsbcAnt; my $scotiaAnt; my $bancomHoy; my $santanHoy; Find t...
asked by 27.09.2018 / 16:17