Re: Timeout for user input

2011-06-17 Thread C.DeRykus
On Jun 17, 6:39 am, paragka...@gmail.com (Parag Kalra) wrote: > Hi, > > I have a requirement where I want to wait for user to input the data. > > However if user doesn't input the data within certain period of time then it > should timeout and move ahead. There's an example in the docs. See:

RE: Timeout for user input

2011-06-17 Thread Ken Slater
> -Original Message- > From: Parag Kalra [mailto:paragka...@gmail.com] > Sent: Friday, June 17, 2011 9:39 AM > To: Perl Beginners > Subject: Timeout for user input > > Hi, > > I have a requirement where I want to wait for user to input the data. > > However if user doesn't input the data

Re: Timeout for user input

2011-06-17 Thread Brian Fraser
On Fri, Jun 17, 2011 at 10:39 AM, Parag Kalra wrote: > Hi, > > I have a requirement where I want to wait for user to input the data. > > However if user doesn't input the data within certain period of time then > it > should timeout and move ahead. > > TIA > > ~Parag > Cool. Good luck with that