in reply to Re Execute Lines of Code

Do you mean something like?

for ( 1 .. 2 ) { #do stuff here sleep 20; }

Which will run the code in the block twice with a 20 second pause between runs.

Replies are listed 'Best First'.
Re^2: Re Execute Lines of Code
by btobin0 (Acolyte) on Jan 27, 2008 at 12:31 UTC
    I am currently trying this one now. Thanks for your help.
      Good that you're trying that one, because it's sleep, not wait ;-)