Help for this page

Select Code to Download


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