Re: cgi form generates a cronjob

2005-03-25 Thread Nestor Florez
Frank, You could do a sudo www command and using sed you culd edit Now I have never done anything like this but I can see how I would approach it to edit the cronjob. God Luck!!! -Original Message- From: FRANK DELATORRE [EMAIL PROTECTED] Sent: Mar 25, 2005 9:48 AM To:

Re: Perl out to PHP

2005-02-04 Thread Nestor Florez
How about this: 1) first page is php with action to a perl page 2) page is a perl page that process the info and redirects to a the first page 3) back to first page but here you check the referrer and if it is a perl page then display your data other wise is just the first time the php

Re: CGI.pm 2.98 breaks CGI::Carp?

2003-09-24 Thread Nestor Florez
Randall, Sorry, but what is TPJ ? Thanks, Nestor :-) -Original Message- From: Randal L. Schwartz [EMAIL PROTECTED] Sent: Sep 24, 2003 4:06 AM To: [EMAIL PROTECTED], Drieux [EMAIL PROTECTED] Subject: Re: CGI.pm 2.98 breaks CGI::Carp? Drieux == Drieux [EMAIL PROTECTED] writes:

Re: CGI.pm 2.98 breaks CGI::Carp?

2003-09-24 Thread Nestor Florez
Thanks -Original Message- From: Randal L. Schwartz [EMAIL PROTECTED] Sent: Sep 24, 2003 9:23 AM To: Nestor Florez [EMAIL PROTECTED] Cc: [EMAIL PROTECTED], Drieux [EMAIL PROTECTED] Subject: Re: CGI.pm 2.98 breaks CGI::Carp? Nestor == Nestor Florez [EMAIL PROTECTED] writes: Nestor

Re: apache in win2k

2002-03-13 Thread nestor florez
Conan, I bet you, that if you put the shebang line pointing to the perl\bin\perl directory it will work. I had my perl working with apache and I downloaded activestate perl and all of a sudden I was getting the same message Can not Spawned. I change my shebang line on all my perl script and it

SHIFT in a subroutine

2002-02-20 Thread Nestor Florez
I was wondering about the shift inside a subroutine. I have never used it. What is the purpose of it been there? Thanks in advance, Nestor :-) - Original Message - From: Stephen.Hurley [EMAIL PROTECTED] To: 'Bruce Ambraal' [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Wednesday,

HELP - finding a float while reading a file

2002-01-04 Thread Nestor Florez
Hi there, I am trying to read a file and find the last numeric value in the line read. example: 123 45 -23 56 -3.45 145 555 112 -12.0 -2.55 all of the values are separated by a space and I am looking for the last value. I tried $_ = s/[-][0-9].+$/$1/; $number = $1; The problem is that, not

Re: regexp to replace double with single quotes inside html tags

2001-12-31 Thread Nestor Florez
John, can you explain the piece of code that you wrote. Thanks and happy new year :-) - Original Message - From: John W. Krahn [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, December 30, 2001 3:38 AM Subject: Re: regexp to replace double with single quotes inside html tags

Perl:readina doc file and adding a gif

2001-12-29 Thread Nestor Florez
I am trying to figure out how to insert a gif file in the middle of a word file(.doc). I am asking here, becasue I thought maybe someone has come acrss this before. I can read the doc file and create it as a different file and word will read, but if I try inserting someting into the file, then