Help for this page

Select Code to Download


  1. or download this
    use strict;
    
    ...
      # sleep 10 seconds
      sleep( 10 );
    }
    
  2. or download this
    use strict;
    
    ...
        print '*';
        sleep(1);
    }