Perl classified script..

2004-09-19 Thread Joe Echavarria
Hi there, I am looking for a complete perl/mysql classified software for an internet business. Something as complete as http://www.esvon.com/products/cl/index.php or better than that. Thanks.. Joe. __ Do you Yahoo!? New and Imp

Re: Problem configuring MCPAN

2004-08-26 Thread Joe Echavarria
yes i know what it means.., what ftp site of cpan i can use ? Thanks. --- Owen <[EMAIL PROTECTED]> wrote: > On Thu, 26 Aug 2004 09:45:57 -0700 (PDT) > Joe Echavarria <[EMAIL PROTECTED]> wrote: > > >When i try to configure the MCPAN i get this > > error..:

Problem configuring MCPAN

2004-08-26 Thread Joe Echavarria
Hello, When i try to configure the MCPAN i get this error..: rying with "/usr/sfw/bin/ncftpget" to get ftp://ftp.perl.org/pub/CPAN/MIRRORED.BY.gz ftp.perl.org: unknown host. ncftpget: cannot open ftp.perl.org: unknown host. Trying with "/usr/sfw/bin/wget -O -" to get ftp://ftp.perl.or

Re: utility to install modules

2004-08-26 Thread Joe Echavarria
Please enter your CPAN site: [] --- Chris Devers <[EMAIL PROTECTED]> wrote: > On Wed, 25 Aug 2004, Joe Echavarria wrote: > > > I want to know if there is an utility that i > could > > use to install the perl modules directly from CPAN > on > > a sun solar

utility to install modules

2004-08-25 Thread Joe Echavarria
hell there, I want to know if there is an utility that i could use to install the perl modules directly from CPAN on a sun solaris box. It is something like ppm on windows activeperl. Thanks. __ Do you Yahoo!? Yahoo! Mail Address AutoComplete

security on a html page with perl.

2004-08-24 Thread Joe Echavarria
Hi there, After a user fill out a form and submit it a perl script takes the user to a download page of my website. how can i prevent a user from directly access the download page using the web browser.., for example http://www.mydomain.com/download_page.html, i only want the user to able to d

Re: Web Application with PERL or ASP.NET

2004-08-13 Thread Joe Echavarria
Well, is a loan system for car dealers dealing with new and used cars..., the system must have a control of cars inventory, associate each car with the customer loan, balances, interes, capital of the loand, etc. --- Chris Devers <[EMAIL PROTECTED]> wrote: > Hi. > > > On Tue

PERL and Mobile Devices.

2004-08-10 Thread Joe Echavarria
Hi there, can i write applications with perl for mobile devices , __ Do you Yahoo!? New and Improved Yahoo! Mail - Send 10MB messages! http://promotions.yahoo.com/new_mail -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

Web Application with PERL or ASP.NET

2004-08-10 Thread Joe Echavarria
Hi there, The company i work is considering two tools for the web version of a loan system. I need to prove that perl is better that ASP.NET for the project. Can anyone help me ?, is posible with perl have controls ?, data grids ?, date controls ?, the way that asp.net works ?, why perl is bett

perl and application server..

2004-02-13 Thread Joe Echavarria
Hi there, Is there a way to work with perl as a Java, with and application server in other to separate the presentation from the business logic ?, Thanks for any help. __ Do you Yahoo!? Yahoo! Finance: Get your refund fast by filing online. http://taxes.yahoo.co

Re: Perl code

2004-01-27 Thread Joe Echavarria
Well, I just installed the module i it has many bugs, it does not work fine. Any clue ? --- Owen <[EMAIL PROTECTED]> wrote: > On Mon, 26 Jan 2004 12:13:14 -0800 (PST) > Joe Echavarria <[EMAIL PROTECTED]> wrote: > > > What about translating the numbers to span

Re: Perl code

2004-01-26 Thread Joe Echavarria
What about translating the numbers to spanish string equivalent ? --- Owen <[EMAIL PROTECTED]> wrote: > On Sun, 25 Jan 2004 22:48:55 -0800 (PST) > Joe Echavarria <[EMAIL PROTECTED]> wrote: > > > >Where can i find a perl code that translate > numbers >

Perl code

2004-01-25 Thread Joe Echavarria
Hi there, Where can i find a perl code that translate numbers to words ?, like 100.00 for "one hundred ..." I need it to glue it with some other code. Thanks.. __ Do you Yahoo!? Yahoo! SiteBuilder - Free web site building tool. Try it! http://webhosting.y

can i do it with perl ?

2004-01-23 Thread Joe Echavarria
I there, I need to write a web database application using perl, and i need a way that when the users logs into the system i download all the information regarding to the user to its local computer and make all the transaction locally. After that, when the user logs out of the system all

perl loan scripts/software

2004-01-14 Thread Joe Echavarria
Hi there, I need to find out if there is a perl software, script for loans managament. Is for a client that give loans to their customers and want to have control over the payments, the interest receive, etc. Does anyone knows about any perl software for like that ? Thanks. ___

Art Gallery Perl Script

2003-12-26 Thread Joe Echavarria
Hi there, I am looking for Art Gallery Perl script available, can anyone recomend me one ?, thanks. __ Do you Yahoo!? New Yahoo! Photos - easier uploading and sharing. http://photos.yahoo.com/ -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands

Re: Installing Modules From CPAN

2003-12-23 Thread Joe Echavarria
I just installed the client package and devel package, and now i get another error : DBD-mysql-2.9003/Makefile.PL /bin/tar: DBD-mysql-2.9003/Makefile.PL: time stamp 2003-10-17 13:20:50 is 17961752 s in the future DBD-mysql-2.9003/ChangeLog /bin/tar: DBD-mysql-2.9003/ChangeLog: time stamp 2003-10-2

Re: Installing Modules From CPAN

2003-12-23 Thread Joe Echavarria
Wiggins, This is the error i get trying installing the package : [EMAIL PROTECTED] root]# perl -MCPAN -e shell cpan shell -- CPAN exploration and modules installation (v1.61) ReadLine support available (try 'install Bundle::CPAN') cpan> install DBD::mysql CPAN: Storable loaded ok CPAN: LWP::

Re: Installing Modules From CPAN

2003-12-23 Thread Joe Echavarria
Hi there, Theses are the messages i get when i try to install dbd::mysql. How can i solve this problems ?, Thanks. cpan> install DBD::mysql Running install for module DBD::mysql Running make for R/RU/RUDY/DBD-mysql-2.9003.tar.gz Is already unwrapped into directory /root/.cpan/build/DBD-mysq

Installing Modules From CPAN

2003-12-22 Thread Joe Echavarria
Hi there, I need to install the modules in order to work with mysql database. I have red hat 9 and have already installed the Mysql database. How can i install the all the modules i need from cpan using my red hat command line ? Which modules i need ?, How i install each module ? Thanks. _

Perl & Mysql

2003-12-05 Thread Joe Echavarria
Hi there, Which modules i have to install in order to connect perl with mysql ?, in what order ?, My perl installation is on solaris 9. I already have mysql installed. Thanks for the help. Joe Echavarría. __ Do you Yahoo!? Free Pop-Up Blocker - Get it n

RE: extracting a string

2003-07-28 Thread Joe Echavarria
Thanks. --- Dan Muey <[EMAIL PROTECTED]> wrote: > > Hi there, > > > > What perl function can i use to extract a > > sub-string from a string. > > > > > > $string = 'myfile.txt'; > > $string =~ m/^(\w+)\.txt$/; > > print $1; > > HTH > > DMuey > > > I have "myfile.txt", and i

extracting a string

2003-07-28 Thread Joe Echavarria
Hi there, What perl function can i use to extract a sub-string from a string. I have "myfile.txt", and i only want to print "myfile" to the screen , how can i do it ? Thanks. __ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web si

Web Applications.

2003-01-16 Thread Joe Echavarria
Hi there, How can i execute a perl/cgi application with its own web server ?, I want the user to be able to execute my web/based application in his/her local windows pc without a webserver installed locally? Let say http://myapplication:port/, something like that. What module can i use

Sending emails as html pages.

2002-08-14 Thread Joe Echavarria
Hi there, I have a script that it's output is a html page. How can i send the html page exactly how it is?, the contents like the one that is on the web server. It is something like the emails we receive from red hat brim , oracle and others companies. Thanks. Joe _

Perl Win32 Application.

2002-06-27 Thread Joe Echavarria
understand me and can help me. Thanks, Joe Echavarria. __ Do You Yahoo!? Yahoo! - Official partner of 2002 FIFA World Cup http://fifaworldcup.yahoo.com -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

error using perldoc

2002-06-20 Thread Joe Echavarria
Hi there, I have alredady installed Perl for Solaris 2.6 and when i try to use the "perldoc" help i get this error: root>perldoc -f print Superuser must not run /usr/local/bin/perldoc without security audit and taint checks. How can i fix it ?, what i need to do? Thanks, Joe Echav

no output from the script

2002-04-01 Thread Joe Echavarria
Hi there, When i try to execute the script using the web browser i get no output from it but at shell prompt it works. Here is the script : #!/usr/bin/perl -w use CGI qw/:all/; print "Content-type: text/html\n\n"; print "- LISTA DE LINKS -"; open(LISTA,"links") or die "Error > : $!\n"; o

Re: CGI question

2002-04-01 Thread Joe Echavarria
when i try to excute your code over the brower i get not output from the script, but when i execute the script at command line i gets output. why ? --- drieux <[EMAIL PROTECTED]> wrote: > > On Monday, April 1, 2002, at 07:12 , Joe Echavarria > wrote: > &

Re: problems with help commands

2002-03-12 Thread Joe Echavarria
t, do > perldoc perlre > - Original Message - > From: "Joe Echavarria" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Tuesday, March 12, 2002 3:29 PM > Subject: problems with help commands > > > > > > On my perl distribution i ca

problems with help commands

2002-03-12 Thread Joe Echavarria
MAIL PROTECTED]> > wrote: > > > perldoc isn't in your path most likely. > > > > > > Check your path environment variable (echo > $PATH), > > > and make sure that > > > perldoc is in one of those directories. If I > had to > > >

RE: Perldoc question

2002-03-12 Thread Joe Echavarria
th environment variable (echo $PATH), > and make sure that > perldoc is in one of those directories. If I had to > guess you probably have > a symlink to the perl executable in your path, but > not the actual bin/ > directory of perl. > > Rob > > -Original Messag

Perldoc question

2002-03-12 Thread Joe Echavarria
hi there, On my unix box when i try to get perl help from the command line using "perldoc print" or "perlfunc" i get these errores. perlfunc: not found perldoc: not found How can i fix this problem ? Thanks. Joe. __ Do You Yahoo!

Re: making phone calls using a perl module

2002-02-28 Thread Joe Echavarria
It is not phone spam. Is for a proyect. --- "Brett W. McCoy" <[EMAIL PROTECTED]> wrote: > On Wed, 27 Feb 2002, Joe Echavarria wrote: > > >I am looking for a perl module that can be used > to > > make phone calls using a voice modem so when the > ph

making phone calls using a perl module

2002-02-27 Thread Joe Echavarria
Hi there, I am looking for a perl module that can be used to make phone calls using a voice modem so when the phone is picked up the user can hear a recorded message (mp3 file). Any idea where i can find that module. Thanks, Joe __ Do Y

printing web search result

2001-12-10 Thread Joe Echavarria
Hi there, I have made a web based application using perl, and when i try to print a search result page i always get at a footer note indicating the path of the file, the date and at the top of the page other information like "page 1 of 1". I want to print just the web result with any other

Flat File

2001-10-28 Thread Joe Echavarria
Hi there, I have a flat file with the follwoing structure : city|name|phone|zip. The script save each row with "\n" at the end. If for example i wish to display all rows of the cities in Miami. That is city=Miami. How can i do it ? I have been trying regular expresions, but has n

Net::Telnet

2001-10-26 Thread Joe Echavarria
hink there is something missig or wrong on my script. Please let me know. The script should accept input from the command line. The script is below : ### #!/usr/bin/perl -w #file logout.pl #written by Ing. Joe Echavarria use strict; use Net::Telnet; $command = ; chomp($commnad); us

Re: exit 0 or exit 1

2001-10-23 Thread Joe Echavarria
Those it also apply to shell scripts ? --- Jeff 'japhy' Pinyan <[EMAIL PROTECTED]> wrote: > On Oct 23, Joe Echavarria said: > > > What is the diference when you write a subroutine > >and you type > > Well, exit() doesn't return from a subroutine

exit 0 or exit 1

2001-10-23 Thread Joe Echavarria
Hi there, What is the diference when you write a subroutine and you type exit 1; or exit 0; Thanks, Joe Echavarria __ Do You Yahoo!? Make a great connection at Yahoo! Personals. http://personals.yahoo.com -- To unsubscribe, e

Re: Call Center Software

2001-10-21 Thread Joe Echavarria
calls to each representative free (no calls handling) . --- Elaine -HFB- Ashton <[EMAIL PROTECTED]> wrote: > Joe Echavarria [[EMAIL PROTECTED]] quoth: > *>Hi there, > *> > *> Does anyone of you know of a Call Center > Software > *>written perl. A complex one th

Call Center Software

2001-10-19 Thread Joe Echavarria
Hi there, Does anyone of you know of a Call Center Software written perl. A complex one that can handle call statistic and all the things involve in a call center. Thanks, Joe __ Do You Yahoo!? Make a great connection at Yahoo! Personals.

Accounting Software

2001-10-19 Thread Joe Echavarria
Hi there, I am looking for a complete Perl/mySQL or flat file accounting software. The software must consider all the aspect of accounting. Where can i find one ?, which one any of you recommend me ? It could be free or not. thanks, Joe _

Accounting Software

2001-10-19 Thread Joe Echavarria
Hi there, I am looking for a complete Perl/mySQL or flat file accounting software. The software must consider all the aspect of accounting. Where can i find one ?, which one any of you recommend me ? It could be free or not. thanks, Joe _

Conecting my web server to informix.

2001-06-22 Thread Joe Echavarria
Hi there, I have this situation : I have one computer running a red hat linxu 7.1 as a web server and another computer running a NCR MP-RAS SVR4 UNIX System that has a informix database installed. I am trying to write Perl CGI applications on my Red Hat System but i don't know how i co