Re: Help installing Perl and Perl Modules on Mac OS X

2003-01-31 Thread Eduardo Cancino
Sorry, won't happen again. On Thursday, January 30, 2003, at 10:09 AM, [EMAIL PROTECTED] wrote: Please be sure to always group reply. On Thu, 30 Jan 2003 09:12:15 -0600, Eduardo Cancino [EMAIL PROTECTED] wrote: As I recall installing Perl

perl 5.8.0,

2002-11-25 Thread Eduardo Cancino
Hi : My box - eMac, MacOSX Jaguar 10.2.1, DevTools installed After installing perl 5.8.0, I ran a perl script, and perl send this message: error perl: warning: Setting locale failed. perl: warning: Please check that your locale settings: LC_ALL = (unset), LANG = en_US are

Content Management System - very newbie question

2002-09-26 Thread Eduardo Cancino
Hi Enlightened Ones... I need to build a website that has a classification like this h - human n - natural resources i - enviroment impact and then subclasses ie. h6 - health and then the object h6.1 - Aids For this I have every text in .rtf and I have a excel datasheet for the video

regex

2002-06-07 Thread Eduardo Cancino
Hi. I'm parsing a text file with this estrcuture line: 'here is a quote'. Autor (birth year - death year); occupation nationality. == I need to separate from the beggining to the first dot, ignoring the dots in side the two ''. but i have tried to escape the ' (\'), but no use, what i'm

Regexp

2002-05-09 Thread Eduardo Cancino
Hello! I have a lot of trouble understanding regexes, i just don't get how to parse a file with: Hablar es el arte de sofocar e interrumpir el pensamiento. Thomas Carlyle (1795-1881); historiador y ensayista escocés. Se aprende más por lo que la gente habla entre sí o por lo que se

DBD-ODBC - WIN2K - ACCESS

2002-04-26 Thread Eduardo Cancino
HI. I'm having this problem I have a memo field that i use for the main text and when i access it my script just prints a blank page, but when the field is reduced my scripts prints exactly as i want to: You know why?? SOME CODE #!c:/perl/bin/perl.exe # cargar modulos use DBI; use CGI

[OT] DBI-ODBC WIN2K

2002-04-23 Thread Eduardo Cancino
I have this problem now, maybe is not about perl but here I go: I connected an Access Datasource to a cgi, (made in Perl ;), but while in the command line runs perfectly, as a CGI, on my host, it outputs: Software error: No pude conectarme : (DBD: db_login/SQLConnect err=-1) I know that maybe

RV: [OT] DBI-ODBC WIN2K

2002-04-23 Thread Eduardo Cancino
But how do I know who the correct user is??? I have tried todos (all) the admin but it doesnot work! -Mensaje original- De: David Kirol [mailto:[EMAIL PROTECTED]] Enviado el: Martes, 23 de Abril de 2002 02:45 p.m. Para: Eduardo Cancino Asunto: RE: [OT] DBI-ODBC WIN2K Eduardo

RE: [OT] DBI-ODBC WIN2K

2002-04-23 Thread Eduardo Cancino
:[EMAIL PROTECTED]] Enviado el: Martes, 23 de Abril de 2002 02:45 p.m. Para: Eduardo Cancino Asunto: RE: [OT] DBI-ODBC WIN2K Eduardo, Review your connect string. Make sure a user is specified. If not the CGI script's 'user' (usually nobody) will be passed and the db will reject it. HTH

ODBC - win2k

2002-04-22 Thread Eduardo Cancino
Hi everybody, i'm new to perl and i want to connect to an access database. I'm using DBI::ODBC but returns that it can connect to my database: Can't connect to database: [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified (SQL-IM002)(DBD:

What's wrong with this?

2002-01-24 Thread Eduardo Cancino
Hi everybody! The next script runs looks pefectly in IE but in Netscape it shows the source of the html... #!c:/perl/bin/perl.exe # recibe la forma. read(STDIN, $buffer, $ENV{'CONTENT_LENGTH'}); @pairs = split(//, $buffer); # inicia variables. $to = info\@domain.mx; $from = info\@domain.mx;

Re: What's wrong with this?

2002-01-24 Thread Eduardo Cancino
??? Thanks everybody... Lalo. - Original Message - From: Jeff 'japhy' Pinyan [EMAIL PROTECTED] To: Eduardo Cancino [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Thursday, January 24, 2002 10:39 PM Subject: Re: What's wrong with this? On Jan 24, Eduardo Cancino said: The next script