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;
    }


John
-- 
use Perl;
program
fulfillment

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to