- Original Message -
From: Luis
Fernando Gramajo
To: [EMAIL PROTECTED]
Sent: Tuesday, July 09, 2002 6:34 PM
Hi everybody... I'm building a web application on
linux, using perl (of course!!!), and postgreSQL for my database needs,but I
need a little help, see I want to h
If there in perl any function that round a number for example:
13.96 to 14.00 or 14
I don't want to use any module, just a simple function. Thanks for the help
I alwys receive.
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
once it get 31 days, to drop him from the database. I
want to know the time function to do that job. Please give a hand with that. Thanks a
lot. I only want this piece of code to keep the track.
Fernando Freire Baez
Webamster Puerto Rico Hardcore / Litum Web Studio
www.litum.com
www.prhc.org
I have a credit card number that I want to change to email a reciept to the customer.
This is that I want:
I have this number: e.j. 8578 596 8552
I want to convert all the number to "x" like that xxx
when I use this:
$number = " 8578 596 8552";
$number =~ s/\d+/x/g;
Perl gi