Help for this page

Select Code to Download


  1. or download this
    use strict;
    use Time::HiRes qw(time sleep);
    ...
    for my $cmd (@cmds) {
      run_for($cmd, 10);
    }