Re: timing delays

2002-08-14 Thread drieux
On Wednesday, August 14, 2002, at 04:21 , Joe Mecklin wrote: > Thanks for all the leads and suggestions. I couldn't quite wrap my mind > around making select() work for what I want but Time::HiRes works great. > > Joe [..] >> >> http://search.cpan.org/author/JHI/perl-5.8.0/ext/Time/HiRes/HiRes.

Re: timing delays

2002-08-14 Thread Joe Mecklin
Thanks for all the leads and suggestions. I couldn't quite wrap my mind around making select() work for what I want but Time::HiRes works great. Joe On Tue, 2002-08-13 at 14:55, drieux wrote: > > On Tuesday, August 13, 2002, at 12:20 , Joe Mecklin wrote: > > > I'm trying to send a file as a

Re: timing delays

2002-08-13 Thread John W. Krahn
Joe Mecklin wrote: > > I'm trying to send a file as a remote configuration download via telnet > in a Perl script (using net::telnet). I need to introduce sub-second > delays between sending each line so the receiving system doesn't get > confused. Sleep only goes down to a single second; is th

RE: timing delays

2002-08-13 Thread Bob Showalter
> -Original Message- > From: Joe Mecklin [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, August 13, 2002 3:20 PM > To: [EMAIL PROTECTED] > Subject: timing delays > > > I'm trying to send a file as a remote configuration download > via telnet > in a Perl script (using net::telnet). I need t

Re: timing delays

2002-08-13 Thread drieux
On Tuesday, August 13, 2002, at 12:20 , Joe Mecklin wrote: > I'm trying to send a file as a remote configuration download via telnet > in a Perl script (using net::telnet). I need to introduce sub-second > delays between sending each line so the receiving system doesn't get > confused. Sleep o