Help for this page

Select Code to Download


  1. or download this
    use if $] < 5.012, 'Enumerators';
    
  2. or download this
    # use Enumerators -global;
    # use Enumerators qw( each );
    ...
    }
    
    1;
    
  3. or download this
    package stricter;
    
    ...
    }
    
    1;