in reply to Re^2: $str to %hash to @ary
in thread $str to %hash to @ary
nice test
you may try also this one:
ccn_fast => sub { my $rand = rand 100; my $mystr = $str; # this line is needed for repetitive test on +ly 1 while $mystr =~ /([^:]+):([^:]+):?/g and (($rand -= $1) > 0) +; $2; },
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: $str to %hash to @ary
by fizbin (Chaplain) on Jul 25, 2004 at 03:11 UTC |