Prompt::ReadKey::Sequence - Prompt for a series of items with additional


Prompt-ReadKey documentation  | view source Contained in the Prompt-ReadKey distribution.

Index


NAME

Top

Prompt::ReadKey::Sequence - Prompt for a series of items with additional movement options.

SYNOPSIS

Top

	use Prompt::ReadKey::Sequence;

	my $seq = Prompt::ReadKey::Sequence->new(
		default_options => ..,
		items => \@items,
	);

	my $answers = $seq->run;

	my $first_answer = $answers->{ $item[0] };

DESCRIPTION

Top


Prompt-ReadKey documentation  | view source Contained in the Prompt-ReadKey distribution.