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
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..:
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
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
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
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
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
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,
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
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
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
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
>
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
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
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.
___
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
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
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::
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
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.
_
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
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
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
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
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
_
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
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
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
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:
>
&
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
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
> > >
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
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!
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
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
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
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
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
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
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
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
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.
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
_
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
_
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
45 matches
Mail list logo