Help for this page
#!/usr/bin/perl use strict; ... next if int($i/2)*2 == $i; return; }
1 3 ... 15 17 19