Timeout by jonathan camacho

use Time::HiRes qw(usleep); while(1){print "all work and no play makes jack a dull boy"; usleep(10_000)}

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page