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