The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Changes for version 0.010 - 2024-01-16

  • [role PickItems::RandomPos] Handle the case of infinite number of rows (get_item_count() returns -1).

Modules

Roles related to collections
The find_item() interface
Provides find_item() for iterators
Locating an item by an integer position
The pick_items() interface
Provide pick_items() that picks by iterating all items once
Provide pick_items() that picks items by random positions
Provide pick_items() that picks items by random seeking lines in a (file)handle
The search_items() interface