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.
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
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
> -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
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