John W. Krahn wrote: > > Bee wrote: > > > > Anything I can do to working like this ? > > > > print for ( 0.. 3410068347520) ; > > for ( my $i = 0; $i <= 3_410_068_347_520; ++$i ) { > print $i; > }
Except that standard integer arithmetic is only good for about fifteen significant digits. It may well be that Bee is interested in working with a couple more digits than her example shows. (I assume she's female as my wife is called Bee, short for Belinda. Apologies if I'm wrong.) Rob -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>