Hello,is there a simple way to generate a list of numbers from 0 - 1000 in increments of 10 IE: 0, 10, 20, 30, 40. ...etc
IE: foreach (0..1000) { # create increments of 10's } TIAMike(mickalo)Blezien
-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>