Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
        return $iter;
    
    }
    
  2. or download this
    4: 3: 2: 1: 0: 
    3: 2: 1: 0: 
    2: 1: 0: 
    1: 0: 
    0:
    
  3. or download this
    while ( countdown $limit => my $a ) {
        ....
    }