Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/env perl
    
    ...
    
        return (sort { $b <=> $a } values %consec)[0];
    }
    
  2. or download this
    1..12
    ok 1
    ...
    ok 10
    ok 11
    ok 12