in reply to Re Execute Lines of Code
Do you mean something like?
Which will run the code in the block twice with a 20 second pause between runs.for ( 1 .. 2 ) { #do stuff here sleep 20; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Re Execute Lines of Code
by btobin0 (Acolyte) on Jan 27, 2008 at 12:31 UTC | |
by shmem (Chancellor) on Jan 27, 2008 at 16:02 UTC |