| Prompt-ReadKey documentation | view source | Contained in the Prompt-ReadKey distribution. |
Prompt::ReadKey::Sequence - Prompt for a series of items with additional movement options.
use Prompt::ReadKey::Sequence;
my $seq = Prompt::ReadKey::Sequence->new(
default_options => ..,
items => \@items,
);
my $answers = $seq->run;
my $first_answer = $answers->{ $item[0] };
| Prompt-ReadKey documentation | view source | Contained in the Prompt-ReadKey distribution. |