Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Color selector

Given a list of colors (Blue, Yellow, Brown, White) create a script that will display a menu and ask the user to select one of the colors: For example an interaction would look like this:

$ perl color_selector.pl

Please select a number:
0) Blue
1) Yellow
2) Brown
3) White

2
The selected color is Brown

or like this:

$ perl color_selector.pl

Please select a number:
0) Blue
1) Yellow
2) Brown
3) White

7
Bad selection

Tools

Solutions