Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
                                                                          
    +          
    ...
        my $nmilli = int(rand(1100) / 1000);
        select(undef, undef, undef, $nmilli);
    }
    
  2. or download this
        (0 == ($i % $interval)) and printf " Progress %5d/%5d\e[K\r", $i, 
    +$total;