M Mousie New member Oct 17, 2010 #1 my $x; for ($x=1;$x<21;$x++){ print "$x\n" if(int($x/2)==$x/2); }