On Wed, Aug 08, 2001 at 04:43:00PM +0100, Barry Carroll wrote:
: Hi,
:
: Perl has a sleep function: sleep(EXPR)
: where EXPR is the time in minutes to
: make the script sleep for.
Woops, I think you meant that EXPR is the number of seconds to
sleep().
sleep( 5 * 60 ); # sleep for 5 minutes
Casey West
--
Shooting yourself in the foot with Prolog
You tell your program you want to be shot in the foot. The program
figures out how to do it, but the syntax doesn't allow it to explain.
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]