Help for this page

Select Code to Download


  1. or download this
    use IO::Handle;
    
    ...
       sleep( 1 );
    }
    print( "done\n" );
    
  2. or download this
    while( 1 ) {
      printf "%s yes\n", time();
      sleep( 1 );
    }
    
  3. or download this
    got from pipe: 1226094472 yes
    1226094473 yes
    ...
    1226094485 yes
    1226094486 yes
    1226094487 yes