Help for this page

Select Code to Download


  1. or download this
    for my $nnot ( map { $solution[-1] + $_, $solution[-1] - $_ }
                       nmap { $_ if ($availableIntervals[$_] > 0) }
                            (1 .. 11)
                  ) {
    
  2. or download this
    sub nmap(&@){
       my $rout = shift; # get mapping routine
    ...
       }
       return @list;
    }