Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    
    ...
    sleep(10);
    print "Done, ";
    print $interrupted ? "interrupted" : "without interruptions", ".\n";