Help for this page

Select Code to Download


  1. or download this
    if(defined $cache[$num]) {return $cache[$num];}
    if($num < 0) {return 0;}
    
  2. or download this
    use warnings;
    use strict;
    ...
    is find(2), 2;
    is find(3), 4;
    is find(4), 7;