Re: prime numbers - loop

2015-03-14 Thread Rob Dixon
On 15/03/2015 00:25, Ilan Shlossman wrote: Hi , I asked this question on linkedin but I think the best place to get answers is here ... I have a perl cod that check a range of numbers and print for each number if it's prime number or not prime number. So why its not working properly ? ... #!C:

prime numbers - loop

2015-03-14 Thread Ilan Shlossman
Hi , I asked this question on linkedin but I think the best place to get answers is here ... I have a perl cod that check a range of numbers and print for each number if it's prime number or not prime number. So why its not working properly ? ... #!C:\strawberry\perl\bin\perl use strict; use war