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.009 - 2023-08-26

  • [bugfix] roles Collection::PickItems::{RandomPos,RandomSeekLines}: forgot to mix in Collection::PickItems.

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