- or download this
timethese 10000, {
this => ' ...... ',
that => ' ...... '
};
- or download this
timethese 10000, {
this => sub { ..... },
that => sub { ..... }
}
- or download this
use strict;
use warnings;
...
list => sub{ 1 for keys %h_list},
undef => sub{ 1 for keys %h_undef},
};