Re: 32 bit computation problems with Perl !

2008-09-16 Thread John W. Krahn
Amit Saxena wrote: Are you working on 64 bit system ? No. John -- Perl isn't a toolbox, but a small machine shop where you can special-order certain sorts of tools at low cost and in short order.-- Larry Wall -- To unsubscribe, e-mail: [EMAIL PROTECTED] For addit

Re: 32 bit computation problems with Perl !

2008-09-16 Thread Amit Saxena
On Tue, Sep 16, 2008 at 7:07 PM, John W. Krahn <[EMAIL PROTECTED]> wrote: > Amit Saxena wrote: > >> On Tue, Sep 16, 2008 at 5:04 PM, John W. Krahn <[EMAIL PROTECTED]> wrote: >> >>> >>> Amit Saxena wrote: >>> In the following code, the value of "$string" in last two cases is not prin

Re: 32 bit computation problems with Perl !

2008-09-16 Thread John W. Krahn
Amit Saxena wrote: On Tue, Sep 16, 2008 at 5:04 PM, John W. Krahn <[EMAIL PROTECTED]> wrote: Amit Saxena wrote: In the following code, the value of "$string" in last two cases is not printed correctly. Please let me know what i am missing over here. *# cat l3.pl* #! /usr/bin/perl $ONE_

Re: 32 bit computation problems with Perl !

2008-09-16 Thread Amit Saxena
On Tue, Sep 16, 2008 at 5:04 PM, John W. Krahn <[EMAIL PROTECTED]> wrote: > Amit Saxena wrote: > >> Hi all, >> > > Hello, > > In the following code, the value of "$string" in last two cases is not >> printed correctly. >> >> Please let me know what i am missing over here. >> >> *# cat l3.pl* >> #