This is a nice idea- I like it that you put this in a moudle.
I would like to use this.
I have a problem- I use it...
Such as..
<pre>
#!/usr/bin/perl
use strict;
use Prompt::Timeout;
my $res = prompt('is this what you want?');
print $res;
exit;
</pre>
And I type something in, and press enter.. it moves to the print
statement.. and hangs! Does not exit! How come?