Help for this page

Select Code to Download


  1. or download this
    #! perl -slw
    use strict;
    ...
    sleep 1 while $running;
    
    printf "Took %.3f seconds\n", time() - $start;