AW: WELCOME to beginners@perl.org

2009-08-21 Thread Thomas Bätzler
Ajay Kumar asked: > Gesendet: Freitag, 21. August 2009 12:23 > An: beginners@perl.org > Betreff: RE: WELCOME to beginners@perl.org > > Hi All > > I have great issues > > 1) perl -e '$a=0.123451005;$a=sprintf("%.8f",$a);print"=$a\n";' &g

RE: WELCOME to beginners@perl.org

2009-08-21 Thread Ajay Kumar
ay -Original Message- From: beginners-h...@perl.org [mailto:beginners-h...@perl.org] Sent: Friday, August 21, 2009 3:43 PM To: Ajay Kumar Subject: WELCOME to beginners@perl.org Hi! This is the ezmlm program. I'm managing the beginners@perl.org mailing list. I'm working for my owner, w

Re: WELCOME to beginners@perl.org

2005-09-28 Thread Dave Gray
On 9/28/05, Ryan Frantz <[EMAIL PROTECTED]> wrote: > Just for giggles, I'm gonna assume that you're using PPM (you gave > nothing else to go on)... > > I've only installed this particular module using ActiveState's 'ppm' > myself; it seems to have problems with the '::' in module names. If ppm > c

Re: WELCOME to beginners@perl.org

2005-09-28 Thread getmurali
On Wednesday 28 September 2005 21:40, Chris Devers wrote: download http://search.cpan.org/CPAN/authors/id/K/KW/KWITKNR/Spreadsheet-ParseExcel-0.2603.tar.gz unzip: tar zxf Spreadsheet-ParseExcel-0.2603.tar.gz cd Spreadsheet-ParseExcel-0.2603 perl Makefile.PL make make install you are done mu

Re: WELCOME to beginners@perl.org

2005-09-28 Thread Chris Devers
On Wed, 28 Sep 2005, Rob Coops wrote: > Even though the last email was funny I guess that is not what the person > asking the questions was after. > On the other hand a little more detail than the statement: "It does not > work" would be very helpful. Things people usualy want to know when troubl

Re: WELCOME to beginners@perl.org

2005-09-28 Thread Rob Coops
Even though the last email was funny I guess that is not what the person asking the questions was after. On the other hand a little more detail than the statement: "It does not work" would be very helpful. Things people usualy want to know when trouble shooting is: - OS - Which version did

RE: WELCOME to beginners@perl.org

2005-09-28 Thread Ryan Frantz
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Wednesday, September 28, 2005 12:08 PM > To: beginners@perl.org > Subject: Re: WELCOME to beginners@perl.org > > Any idea how to install Spreadsheet::ParseExcel? Just for giggles,

RE: WELCOME to beginners@perl.org

2005-09-28 Thread Gomez, Juan
PROTECTED] Sent: Wednesday, September 28, 2005 11:10 AM To: [EMAIL PROTECTED] Cc: Perl Beginners List Subject: Re: WELCOME to beginners@perl.org On Wed, 28 Sep 2005 [EMAIL PROTECTED] wrote: > Any idea how to install Spreadsheet::ParseExcel? Yes. > I've downed loaded the required modules, b

Re: WELCOME to beginners@perl.org

2005-09-28 Thread Chris Devers
On Wed, 28 Sep 2005 [EMAIL PROTECTED] wrote: > Any idea how to install Spreadsheet::ParseExcel? Yes. > I've downed loaded the required modules, but > it still does not seem to work. Bummer. > Are there clear instructions anywhere? Yes. -- Chris Devers 9™wkö¦QC½lD“ -- To unsubscribe,

Re: WELCOME to beginners@perl.org

2005-09-28 Thread dmitrik
bject: WELCOME to beginners@perl.org Hi! This is the ezmlm program. I'm managing the beginners@perl.org mailing list. I'm working for my owner, who can be reached at [EMAIL PROTECTED] Acknowledgment: I have added the address [EMAIL PROTECTED] to the beginners mailing list. Welcome to [

Re: WELCOME to beginners@perl.org

2002-12-31 Thread Rob Dixon
Hi Frank See in-line. "Frank Naude" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hi, > > Can somebody please help me to get this code fixed? Since I've moved the > DB_File "tie" and "untie" functions to sub's, data is never written to the > database. I've tr

tied hash passing (was RE: WELCOME to beginners@perl.org)

2002-12-31 Thread Jenda Krynicky
From: "Frank Naude" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Subject:RE: WELCOME to [EMAIL PROTECTED] Date sent: Tue, 31 Dec 2002 15:39:55 +0200 How's this related to the welcome message??? > Can somebody please help me to get

RE: WELCOME to beginners@perl.org

2002-12-31 Thread Frank Naude
Hi, Can somebody please help me to get this code fixed? Since I've moved the DB_File "tie" and "untie" functions to sub's, data is never written to the database. I've tried both call-by-refeence and call-by-value methods without any luck. use strict; use DB_File; sub openDB { my %db; tie(%db,