> -----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 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 there something > that can inject sub-second delays (module, command, arg to > net::telnet, > whatever)?
perldoc -q 'How can I sleep() or alarm() for under a second?' -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]