Subject: | add option to allow output on STDOUT |
I know that the original bash command `select` that you are emulating prints the menu on standard error, but one of the points of this module is that this is Perl, not bash. A modern Perl program with user interaction does not need to follow the old bash paradigm of "standard output is for data and standard error is for everything else".
We should add to this module the option to use STDOUT for the menu rather than STDERR.