Take me over?
The maintainer of this distribution is looking for someone to take over!
If you're interested then please contact them via
email.
NAME
Prompt::ReadKey::Sequence - Prompt for a series of items with additional movement options.
SYNOPSIS
my
$seq
= Prompt::ReadKey::Sequence->new(
options
=> ..,
items
=> \
@items
,
);
my
$answers
=
$seq
->run;
my
$first_answer
=
$answers
->{
$item
[0] };