Skip Menu |

This queue is for tickets about the Shell-POSIX-Select CPAN distribution.

Report information
The Basics
Id: 119658
Status: new
Priority: 0/
Queue: Shell-POSIX-Select

People
Owner: Nobody in particular
Requestors: MTHURN [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: 0.05
Fixed in: (no value)



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.