Skip Menu |

This queue is for tickets about the Prompt-Timeout CPAN distribution.

Report information
The Basics
Id: 49281
Status: resolved
Worked: 30 min
Priority: 0/
Queue: Prompt-Timeout

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

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



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?
Hi Leo, Thanks for reporting. This issue is fixed in 1.02, which I just pushed to PAUSE. On Mon Aug 31 09:16:29 2009, LEOCHARRE wrote: Show quoted text
> 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?
-- Serguei Trouchelle