On 2002-08-13 12:40:32 -0400, [EMAIL PROTECTED] wrote:
> I've searched online, but it's difficult when I have no idea what the
> command is.  
> 
> I want to have a script execute, but if a condition is not met, for it to
> wait five minutes and try again.  I would prefer to do this without using a
> 'while' loop, because I don't know what that would do to the system load.

Is 'perldoc -f sleep' what you're looking for?

It's just like in Unix sleep(1). :)

Have a nice day
                                 Morten

-- 
Morten Liebach <[EMAIL PROTECTED]>, http://m.mongers.org/
PGP-key: http://m.mongers.org/m_gpg.asc

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to