DBI fetch

2005-08-27 Thread Octavian Rasnita
Hi, What do you think, if the most important is the speed, which method is recommended to get the results of a DBI query? fetchrow_arrayref or fetchrow_array (I guess that fetchrow_hashref has the lowest speed). Thank you. Teddy -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional c

RE: PLEASE HELP

2005-08-27 Thread Charles K. Clarkson
Angie wrote: : I am sorry to bother the list folks with this, but I : am trying to get off this list. I have sent SEVERAL : unsubscribe from this list to : [EMAIL PROTECTED] and every other alias : provided in the welcome e-mail. No dice! Nothing! I : even wrote an e

Re: DBI fetch

2005-08-27 Thread Peter Scott
On Sat, 27 Aug 2005 14:07:09 +0300, Octavian Rasnita wrote: > What do you think, if the most important is the speed, which method is > recommended to get the results of a DBI query? > > fetchrow_arrayref > or > fetchrow_array > > (I guess that fetchrow_hashref has the lowest speed). That wasn't

Date in perl

2005-08-27 Thread Gomez, Juan
Hi all     I have a problem need to work with date   I have a input like these :   20050829 and I need to change it to something like this : Aug 29 2005   but it still eludes me how to do that   can anyone help me please?           thanks     Armando

Re: Date in perl

2005-08-27 Thread David
Well, first, take out the first 4 characters - that's the year. The next 2 characters are the month - make an array, 1 is January, 12 is December - then use that to convert to a month string. Then the last two characters are the day. On Sat, 2005-08-27 at 08:12 -0500, Gomez, Juan wrote: > Hi all

Re: Date in perl

2005-08-27 Thread Owen Cook
On Sat, 27 Aug 2005, Gomez, Juan wrote: > > I have a problem need to work with date > > I have a input like these : 20050829 and I need to change it to > something like this : Aug 29 2005 > > but it still eludes me how to do that > > can anyone help me please? Well the steps are; 1

RE: Date in perl

2005-08-27 Thread Bakken, Luke
Hi all I have a problem need to work with date I have a input like these : 20050829 and I need to change it to something like this : Aug 29 2005 but it still eludes me how to do that can anyone help me please? --- I normally don't just give ou

Re: PLEASE HELP

2005-08-27 Thread Kris Van Bruwaene
Angie wrote: Hi Kris, Hi Angie I'm afraid I can't help you any further. I just happened to unsubscribe yesterday and it worked straight away, with a confirmation to answer and a final confirmation that I was unsubscribed. >Thanks for the e-mail. Yes, I wrote from this addy, the one I s

getting the value of a var

2005-08-27 Thread Octavian Rasnita
Hi, I have a module like the one below: package Teddy::Languages::ro::Help; our $content = "here is the content..."; I want to get the value of $content from a program when a part of the name of this module is given at runtime. The program is: my $lang = 'ro'; my $mod = 'Help'; I have tried:

Re: Need an explanation

2005-08-27 Thread Manav Mathur
- Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: Sent: Friday, August 26, 2005 10:37 PM Subject: Re: Need an explanation > maybe this is brief: > > while (<>) { > chomp; > next if /^#/; > next if /^$/; > my ($var1,$var2)=split /=/;

Re: Need a list of files in a dir.

2005-08-27 Thread Randal L. Schwartz
> "Ryan" == Ryan Frantz <[EMAIL PROTECTED]> writes: Ryan> I don't think that Randal was arguing that there are more UNIX vs. Ryan> Windows systems as much as he was stating that given a number of UNIX Ryan> systems vs. Windows systems, more UNIX systems have Perl Ryan> implementations. I *was