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