Term::Choose

Choose items from a list
Download

Term::Choose Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Matthaus Kiem
  • Publisher web site:
  • http://search.cpan.org/~kuerbis/

Term::Choose Tags


Term::Choose Description

Term::Choose is a Perl module to choose from a list of elements.Based on the choose function from the Term::Clui module.SYNOPSIS use 5.10.1; use Term::Choose qw(choose); my $list = ; my $choice = choose( $list ); # single choice say $choice; my @choices = choose( , { right_justify => 1 } ); # multiple choice say "@choices"; choose( , { prompt => 0 } ); # no choiceProduct's homepage


Term::Choose Related Software