Help for this page

Select Code to Download


  1. or download this
    foreach $key ((sort keys %user_hash)[0 .. $x]) {
    
  2. or download this
    foreach $key (sort keys %user_hash) {
       last if $key_count++ > $x;
       ...
    }
    
  3. or download this
    -- 
    Joost       downtime n. The period during which a system
                is error-free and immune from user input.