Re: printing a range of ip addresses

2006-03-22 Thread Alon Marx
Try setting the $hostpart to 1 just before the inner while loop :) On Wed, 2006-03-22 at 01:20 -0800, Harold Castro wrote: > Hi, > > Can you tell me why this loop doesn't work??? > > #!/usr/local/bin/perl > use warnings; > use strict; > > our $hostpart = 1; > our $networkpart = 128;

Re: maximum int value

2005-12-27 Thread Alon Marx
Works like a charm. Thank you all. On Tue, 2005-12-27 at 14:44 +0100, John Doe wrote: > Alon Marx am Dienstag, 27. Dezember 2005 14.30: > > Seems like a good solution for my needs, but how do I use it in a perl > > program instead of an inline command? > > > > For

Re: maximum int value

2005-12-27 Thread Alon Marx
me at" Thanks, Alon On Tue, 2005-12-27 at 10:51 -0200, Adriano Ferreira wrote: > On 12/27/05, Alon Marx <[EMAIL PROTECTED]> wrote: > > Is there a constant or a definition for a maximum number in perl? And > > the same question for a minimum value? > > This may work

maximum int value

2005-12-27 Thread Alon Marx
Is there a constant or a definition for a maximum number in perl? And the same question for a minimum value? Alon -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]