Help for this page
use strict; ... # sleep 10 seconds sleep( 10 ); }
use strict; ... print '*'; sleep(1); }