Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/env perl
    
    use strict;
    ...
    sleep(int(rand(10) + 5));
    
    print "42\n";
    
  2. or download this
    #!/usr/bin/env perl
    
    use strict;
    ...
    
        sleep($sleeptime);
    }
    
  3. or download this
    Sleeping for 0.986798048019409
    Sleeping for 4.98646092414856
    Sleeping for 3.98296499252319
    ...
    Immediate restart
    Immediate restart
    Immediate restart
    
  4. or download this
    #!/usr/bin/env perl
    
    use strict;
    ...
    
        `$cmd`;
    }
    
  5. or download this
    Sleeping for 9
    Sleeping for 5
    Sleeping for 9
    Sleeping for 6
    Sleeping for 6
    Sleeping for 7
    
  6. or download this
    my $TAIoffset = -37;
    ...
    my $endtime = time + $TAIoffset;